Description
For resetting a specified app key.
- This function is intended for API callers.
- A new key is automatically generated after you reset a key. You cannot set the key manually.
- The password cannot be returned directly by this interface, and must be obtained from the password query interface.
Request parameters
Name | Type | Required? | Description |
---|---|---|---|
Action | String | Yes | Operation interface, which is a required parameter; value: ResetAppSecret. |
AppKey | String | Yes | The app key which is used for calling an API. |
Return parameters
Name | Type | Description |
---|---|---|
RequestId | String | ID of the current request. |
Examples
Request example
https://apigateway.cn-qingdao.aliyuncs.com/?Action=ResetAppSecret
&AppKey=60030986
&<Public request parameters>
Response example
XML
format
<ResetAppSecretResponse>
<RequestId>CEF72CEB-54B6-4AE8-B225-F876FF7BZ015</RequestId>
</ResetAppSecretResponse>
JSON
format
{
"RequestId":"CEF72CEB-54B6-4AE8-B225-F876FF7BZ015"
}