All Products
Search
Document Center

ApsaraVideo VOD:UpdateAppInfo

Last Updated:Mar 03, 2024

Updates the information about an application.

Operation description

QPS limit

A single user can perform a maximum of 30 queries per second (QPS). Throttling is triggered when the number of calls per second exceeds the QPS limit. The throttling may affect your business. Thus, we recommend that you observe the QPS limit on this operation.

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
AppIdstringYes

The ID of the application.

  • Default value: app-1000000.
  • For more information, see Overview .
app-****
AppNamestringNo

The name of the application.

  • The name can contain up to 128 characters in length, including Chinese letters, digits, and periods (.), dash (-), and at character (@).
  • The name can contain only UTF-8 characters.
test
DescriptionstringNo

The description of the application.

  • The description can contain up to 512 characters in length.
  • The description can contain only UTF-8 characters.
my first app.
StatusstringNo

The status of the application. Valid values:

  • Normal
  • Disable
Disable

Response parameters

ParameterTypeDescriptionExample
object

The returned data.

RequestIdstring

The ID of the request.

25818875-5F78-4A13-DF45-D7393642****

Examples

Sample success responses

JSONformat

{
  "RequestId": "25818875-5F78-4A13-DF45-D7393642****"
}

Error codes

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

The following table describes the common errors that this operation can return. For more information about errors common to all operations, see Common errors.

Error codeError messageHTTP status codeDescription
OperationDenied.NotOpenAppServiceThe app service is not open.403The error message returned because the multi-application service has not been activated.
Forbidden.OperateAppUser not authorized to operate app.403The error message returned because you are not authorized to manage the application.