Domain name for API request: gme.tencentcloudapi.com.
This API is used to change the status of an application.
A maximum of 1000 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: ModifyAppStatus. |
Version | Yes | String | Common Params. The value used for this API: 2018-07-11. |
Region | No | String | Common Params. This parameter is not required. |
BizId | Yes | Integer | Application ID, which is generated and returned by the backend after the application creation. |
Status | Yes | String | Application status. Valid values: open , close . |
Parameter Name | Type | Description |
---|---|---|
Data | ModifyAppStatusResp | Returned data |
RequestId | String | The unique request ID, which is returned for each request. RequestId is required for locating a problem. |
https://gme.tencentcloudapi.com/?Action=ModifyAppStatus
&BizId=140000001
&Status=close
&<Common request parameters>
{
"Response": {
"Data": {
"BizId": 140000001,
"Status": "close"
},
"RequestId": "e2900289-f21e-43a8-a3bf-0b439cdbbbb8"
}
}
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.UserFeeNegative | Operation not allowed as your account is in arrears. |
InternalError | Internal error. |
InvalidParameter | Incorrect parameter. |
MissingParameter | Parameter missing. |
ResourceNotFound | The resource does not exist. |
ResourceNotFound.BizidIsNotFound | Incorrect application ID. |
UnauthorizedOperation | Unauthorized operation. |
UnknownParameter | Unknown parameter error. |
UnsupportedOperation | Operation unsupported. |
本页内容是否解决了您的问题?