Product Overview
Feature Description
Product Strengths
Use Cases
Basic Concept
POST /api/v1/directory/`{LibraryId}`/`{SpaceId}`/`{DirPath}`?update&access_token=`{AccessToken}`
Request parameters. | Description | Type | Required or Not |
LibraryId | Media Library ID, obtained after creating a media library in the Media Hosting console. See Create Media Library | String | Yes |
SpaceId | Space ID. If the media library is in single-tenant mode, this parameter is fixed as hyphen (`-`); if the media library is in multi-tenant mode, you must specify this parameter. See Create Tenant Space | String | No |
DirPath | Directory path or album name. For multi-level directories, use slash ( /) to separate, such as foo/bar; for root directory, leave this parameter blank. | String | No |
AccessToken | Access token, see Generate Access Token | String | Yes |
{"labels": ["animal", "elephant", "Asian elephant"]}
Request parameters. | Description | Type | Required or Not |
labels | File tag list, such as elephant | String | No |
피드백