Updates the name and comment of a collection.
Operation description
Only the name and comment of a collection can be updated.
Debugging
Authorization information
There is currently no authorization information disclosed in the API.
Request parameters
Parameter | Type | Required | Description | Example |
---|---|---|---|---|
QualifiedName | string | Yes | The unique identifier of the collection. | album.396397 |
Name | string | No | The name of the collection. | myCollectionName |
Comment | string | No | The comment of the collection. The comment must be 1 to 64 characters in length. | this is a comment |
You must configure at least one of the Name and Comment parameters when you update a collection.
Response parameters
Examples
Sample success responses
JSON
format
{
"RequestId": "0000-ABCD-E****",
"Status": true,
"HttpStatusCode": 200,
"ErrorMessage": "The specified product does not exist.",
"ErrorCode": "9999",
"Success": true
}
Error codes
For a list of error codes, visit the Service error codes.
Change history
Change time | Summary of changes | Operation |
---|
No change history