Modifies the information about a video.
Operation description
The specific parameter of a video is updated only when a new value is passed in the parameter.
Debugging
Authorization information
There is currently no authorization information disclosed in the API.
Request parameters
Parameter | Type | Required | Description | Example |
---|---|---|---|---|
VideoId | string | Yes | The ID of the video. | 2deda93265312baf9b0ed810d**** |
Title | string | No | The title of the video.
| video title |
Tags | string | No | The tags of the video.
| tag1,tag2 |
Description | string | No | The description of the video.
| video description |
CoverURL | string | No | The URL of the video thumbnail. | https://example.aliyundoc.com/****.jpg |
CateId | long | No | The ID of the video category. | 384761111 |
Response parameters
Examples
Sample success responses
JSON
format
{
"RequestId": "25818875-5F78-4AF6-D7393642CA58****"
}
Error codes
For a list of error codes, visit the Service error codes.