Description
For modifying basic information of a specified app.
- This function is intended for API callers.
- AppName or Description can be modified. If the two parameters are empty, no modification is needed and a result indicating success is directly returned.
- This API can call up to 50 QPS for a single user.
Request parameters
Name | Type | Required? | Description |
---|---|---|---|
Action | String | Yes | Operation interface, which is a required parameter; value: ModifyApp. |
AppId | Long | Yes | Unique ID of the app. |
AppName | String | No | Names can only contain Chinese characters, English letters, numbers, and English-style underlines, and must start with a letter or Chinese character and be 4-26 characters long. One Chinese character equals to two English characters. If no modification is made, the parameter cannot be input. |
Description | String | No | API description, which cannot exceed 180 characters. If no modification is made, the parameter cannot be input. |
Return parameters
Name | Type | Description |
---|---|---|
RequestId | String | ID of the current request. |
Examples
Request example
https://apigateway.cn-qingdao.aliyuncs.com/?Action=ModifyApp
&AppId=20112314518278
&Description=modidyTest
&<Public request parameters>
Response example
XML
format
<ModifyAppResponse>
<RequestId>CEF72CEB-54B6-4AE8-B225-F876FF7BZ015</RequestId>
</ModifyAppResponse>
JSON
format
{
"RequestId":"CEF72CEB-54B6-4AE8-B225-F876FF7BZ015"
}