Domain name for API request: vod.tencentcloudapi.com.
This API is used to modify subapplication information, but it is not allowed to modify primary application information.
A maximum of 100 requests can be initiated per second for this API.
The following request parameter list only provides API request parameters and some common parameters. For the complete common parameter list, see Common Request Parameters.
Parameter Name | Required | Type | Description |
---|---|---|---|
Action | Yes | String | Common Params. The value used for this API: ModifySubAppIdInfo. |
Version | Yes | String | Common Params. The value used for this API: 2018-07-17. |
Region | No | String | Common Params. This parameter is not required for this API. |
SubAppId | Yes | Integer | Subapplication ID. |
Name | No | String | Subapplication name. Length limit: 40 characters. |
Description | No | String | Subapplication overview. Length limit: 300 characters. |
Parameter Name | Type | Description |
---|---|---|
RequestId | String | The unique request ID, which is returned for each request. RequestId is required for locating a problem. |
https://vod.tencentcloudapi.com/?Action=ModifySubAppIdInfo
&SubAppId=1400000001
&Name=Updated subapplication name
&Description=Updated subapplication overview
&<Common request parameters>
{
"Response": {
"RequestId": "12ae8d8e-dce3-4151-9d4b-5594145287e1"
}
}
TencentCloud API 3.0 integrates SDKs that support various programming languages to make it easier for you to call APIs.
The following only lists the error codes related to the API business logic. For other error codes, see Common Error Codes.
Error Code | Description |
---|---|
FailedOperation | Operation failed. |
FailedOperation.InvalidVodUser | The VOD service is not activated. |
InternalError | Internal error. |
InvalidParameterValue | Incorrect parameter value. |
InvalidParameterValue.SubAppId | Incorrect parameter value: subapplication ID |
UnauthorizedOperation | Unauthorized operation. |
本页内容是否解决了您的问题?