Updates application information.
Operation description
After an application is created, you can call this operation to locate an application by its application ID and modify the name, description, and status of the application.
QPS limit
The single-user QPS limit for this operation is 30 calls per second. If the limit is exceeded, API calls are throttled, which may affect your business. Call this operation properly. For more information, see QPS limit.
Try it now
Test
RAM authorization
|
Action |
Access level |
Resource type |
Condition key |
Dependent action |
|
vod:UpdateAppInfo |
update |
*All Resource
|
None | None |
Request parameters
|
Parameter |
Type |
Required |
Description |
Example |
| AppId |
string |
Yes |
The application ID. This is the value of the AppId parameter returned by the CreateApp or GetAppInfos operation. |
app-**** |
| AppName |
string |
No |
The new application name.
|
test |
| Description |
string |
No |
The new application description.
|
my first app. |
| Status |
string |
No |
The new application status. Valid values:
|
Disable |
Response elements
|
Element |
Type |
Description |
Example |
|
object |
The response parameters. |
||
| RequestId |
string |
The request ID. |
25818875-5F78-4A13-DF45-D7393642**** |
Examples
Success response
JSON format
{
"RequestId": "25818875-5F78-4A13-DF45-D7393642****"
}
Error codes
See Error Codes for a complete list.
Release notes
See Release Notes for a complete list.