Updates the information about an application.
Operation description
Debugging
Authorization information
There is currently no authorization information disclosed in the API.
Request parameters
Parameter | Type | Required | Description | Example |
---|---|---|---|---|
AppId | string | Yes | The ID of the application.
| app-**** |
AppName | string | No | The name of the application.
| test |
Description | string | No | The description of the application.
| my first app. |
Status | string | No | The status of the application. Valid values:
| Disable |
Response parameters
Examples
Sample success responses
JSON
format
{
"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 code | Error message | HTTP status code | Description |
---|---|---|---|
OperationDenied.NotOpenAppService | The app service is not open. | 403 | The error message returned because the multi-application service has not been activated. |
Forbidden.OperateApp | User not authorized to operate app. | 403 | The error message returned because you are not authorized to manage the application. |