Modifies the information about a video.
Debugging
Request parameters
Parameter | Type | Required | Example | Description |
---|---|---|---|---|
Action | String | Yes | UpdateVideoInfo |
The operation that you want to perform. Set the value to UpdateVideoInfo. |
VideoId | String | Yes | 2deda93265*****312baf9b0ed810d |
The ID of the video. |
Title | String | No | Video title in ApsaraVideo VOD |
The title of the video.
|
Tags | String | No | Tag 1,Tag 2 |
The tags of the video.
|
Description | String | No | Video description in ApsaraVideo VOD |
The description of the video.
|
CoverURL | String | No | https://image.example.com/****.jpg |
The URL of the video thumbnail. |
CateId | Long | No | 384761111 |
The ID of the video category. |
Response parameters
Parameter | Type | Example | Description |
---|---|---|---|
RequestId | String | 25818875-5F78-4A*****F6-D7393642CA58 |
The ID of the request. |
Examples
Sample requests
https://vod.{ApiRegion}.aliyuncs.com/?Action=UpdateVideoInfo
&VideoId=2deda93265*****312baf9b0ed810d
&<Common request parameters>
Sample success responses
XML
format
<UpdateVideoInfoResponse>
<RequestId>25818875-5F78-4A*****F6-D7393642CA58</RequestId>
</UpdateVideoInfoResponse>
JSON
format
{
"RequestId": "25818875-5F78-4A*****F6-D7393642CA58"
}
Error codes
For a list of error codes, visit the API Error Center.
Common errors
The following table describes the common errors that this operation can return.
Error code |
Error message |
HTTP status code |
Description |
---|---|---|---|
InvalidVideo.NotFound |
The video does not exist. |
404 |
The error message returned because the video does not exist. |
SDK examples
We recommend that you use a server SDK to call this operation. For more information about the sample code that is used to call this operation in various languages, see the following topics: