Modifies the information about a single audio or video file.
Operation description
Operation description
This operation locates an audio or video file by video ID and supports modifying the title, tags, description, and other information of the file. If a parameter is specified, the corresponding field is updated. Otherwise, the field is not overwritten or updated.
QPS limit
A single user can perform a maximum of 100 queries per second (QPS). Throttling is triggered when the QPS limit is exceeded, which may affect your business. For more information, see QPS limit.
Try it now
Test
RAM authorization
|
Action |
Access level |
Resource type |
Condition key |
Dependent action |
|
vod:UpdateVideoInfo |
update |
*All Resource
|
None | None |
Request parameters
|
Parameter |
Type |
Required |
Description |
Example |
| VideoId |
string |
No |
The audio or video ID. You can obtain the ID by using one of the following methods:
|
2deda93265312baf9b0ed810d**** |
| Title |
string |
No |
The title of the audio or video file.
|
Alibaba Cloud VOD Video Title |
| Tags |
string |
No |
The tags.
|
tag1,tag2 |
| Description |
string |
No |
The description of the audio or video file.
|
Alibaba Cloud VOD video description |
| CoverURL |
string |
No |
The thumbnail URL of the audio or video file. |
https://example.aliyundoc.com/****.jpg |
| CateId |
integer |
No |
The category ID. You can obtain the ID by using one of the following methods:
|
384761111 |
| UserData |
string |
No |
The custom settings. The value is a JSON string that supports settings such as message callbacks and upload acceleration. For more information, see UserData. |
{"MessageCallback":{"CallbackURL":"http://example.aliyundoc.com"},"Extend":{"localId":"*****","test":"www"}} |
| ReferenceId |
string |
No |
The custom ID. Only lowercase letters, uppercase letters, digits, hyphens, and underscores are supported. The value must be 6 to 64 characters in length and is unique at the user level. |
123-123 |
Response elements
|
Element |
Type |
Description |
Example |
|
object |
The response parameters. |
||
| RequestId |
string |
The request ID. |
25818875-5F78-4AF6-D7393642CA58**** |
Examples
Success response
JSON format
{
"RequestId": "25818875-5F78-4AF6-D7393642CA58****"
}
Error codes
See Error Codes for a complete list.
Release notes
See Release Notes for a complete list.