Updates the remarks for an address.
Try it now
Test
RAM authorization
|
Action |
Access level |
Resource type |
Condition key |
Dependent action |
|
alidns:UpdateCloudGtmAddressRemark |
update |
*All Resource
|
None | None |
Request parameters
|
Parameter |
Type |
Required |
Description |
Example |
| AcceptLanguage |
string |
No |
The language of the response. Valid values:
|
en-US |
| ClientToken |
string |
No |
A client-generated token that ensures the idempotence of the request. The token must be unique across requests and can be up to 64 ASCII characters long. |
1ae05db4-10e7-11ef-b126-00163e24**** |
| AddressId |
string |
Yes |
The unique ID of the address. |
addr-89518218114368**** |
| Remark |
string |
No |
The new remarks for the address. To delete the remarks, leave this parameter empty. |
test |
Response elements
|
Element |
Type |
Description |
Example |
|
object |
|||
| RequestId |
string |
The unique ID of the request. |
B57C121B-A45F-44D8-A9B2-13E5A5044195 |
| Success |
boolean |
Indicates whether the operation was successful.
|
true |
Examples
Success response
JSON format
{
"RequestId": "B57C121B-A45F-44D8-A9B2-13E5A5044195",
"Success": true
}
Error codes
See Error Codes for a complete list.
Release notes
See Release Notes for a complete list.