Updates the information about an application access point (AAP).
Operation description
The update takes effect immediately after an AAP information is updated. Exercise caution when you perform this operation. You can update the description of an AAP and the permission policies that are associated with the AAP. You cannot update the name of the AAP.
Debugging
Authorization information
There is currently no authorization information disclosed in the API.
Request parameters
| Parameter | Type | Required | Description | Example |
|---|---|---|---|---|
| Name | string | Yes | The name of the AAP that you want to update. | aap_test |
| Description | string | No | The description. | aap description |
| Policies | string | No | The permission policy that you want to update. Note
You can associate up to three permission policies with each AAP.
| ["kst-hzz62ee817bvyyr5x****.efkd","kst-hzz62ee817bvyyr5x****.eyyp"] |
Response parameters
Examples
Sample success responses
JSONformat
{
"RequestId": "bcfefe15-46f0-44a3-bd96-3d422474b71a"
}Error codes
| HTTP status code | Error code | Error message | Description |
|---|---|---|---|
| 400 | InvalidParameter | The specified parameter is invalid. | An invalid value is specified for the parameter. |
For a list of error codes, visit the Service error codes.
