All Products
Search
Document Center

ApsaraVideo VOD:UpdateVideoInfo

Last Updated:Jul 19, 2024

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

OpenAPI Explorer automatically calculates the signature value. For your convenience, we recommend that you call this operation in OpenAPI Explorer.

Authorization information

There is currently no authorization information disclosed in the API.

Request parameters

ParameterTypeRequiredDescriptionExample
VideoIdstringYes

The ID of the video.

2deda93265312baf9b0ed810d****
TitlestringNo

The title of the video.

  • The value can be up to 128 bytes in length.
  • The string must be encoded in the UTF-8 format.
video title
TagsstringNo

The tags of the video.

  • Each tag can be up to 32 bytes in length. A maximum of 16 tags can be specified.
  • Separate multiple tags with commas (,).
  • The string must be encoded in the UTF-8 format.
tag1,tag2
DescriptionstringNo

The description of the video.

  • The value can be up to 1,024 bytes in length.
  • The string must be encoded in the UTF-8 format.
video description
CoverURLstringNo

The URL of the video thumbnail.

https://example.aliyundoc.com/****.jpg
CateIdlongNo

The ID of the video category.

384761111

Response parameters

ParameterTypeDescriptionExample
object

The returned data.

RequestIdstring

The ID of the request.

25818875-5F78-4AF6-D7393642CA58****

Examples

Sample success responses

JSONformat

{
  "RequestId": "25818875-5F78-4AF6-D7393642CA58****"
}

Error codes

For a list of error codes, visit the Service error codes.

Common errors

The following table describes the common errors that this operation can return.

Error codeError messageHTTP status codeDescription
InvalidVideo.NotFoundThe video does not exist.404The error message returned because the video does not exist.