Creates a collection in Data Map. Collections include categories, subcategories, data albums, and categories that are created in the data albums.
Debugging
Authorization information
There is currently no authorization information disclosed in the API.
Request parameters
| Parameter | Type | Required | Description | Example |
|---|---|---|---|---|
| ParentId | string | No | The parent collection ID. | category.123 |
| Name | string | Yes | The ID of the collection. | test_album |
| Type | string | Yes | The collection name.
| Category |
| Description | string | No | The collection description. | test comment |
Response parameters
Examples
Sample success responses
JSONformat
{
"RequestId": "E6F0DBDD-5AD****",
"Id": "category.123"
}Error codes
For a list of error codes, visit the Service error codes.
