You can call this operation to modify the description of a private zone.
Debugging
Request parameters
Parameter | Type | Required | Example | Description |
---|---|---|---|---|
Action | String | Yes | UpdateZoneRemark | The operation that you want to perform. Set the value to UpdateZoneRemark. |
ZoneId | String | Yes | AgIDE1MA_149 | The ID of the private zone. |
Lang | String | No | en | The language of the specific content returned in the response. |
Remark | String | No | test | The description of the private zone. |
UserClientIp | String | No | 1.1.1.1 | The IP address of the client. |
Response parameters
Parameter | Type | Example | Description |
---|---|---|---|
RequestId | String | C6F1D541-E7A6-447A-A2B5-9F7A20B2A8FB | The ID of the request. |
ZoneId | String | AgIDE1MA_149 | The ID of the private zone. |
Examples
Sample requests
http://pvtz.aliyuncs.com/?&Action=UpdateZoneRemark&ZoneId=AgIDE1MA_149&Remark=specialZone&<Common request parameters>
Sample success responses
XML
format
<UpdateZoneRemarkResponse> <RequestId>D1324D48-1E23-4AEF-9EDE-466120561C6F</RequestId> <ZoneId>AgIDE0OQ_149</ZoneId></UpdateZoneRemarkResponse>
JSON
format
{“RequestId”:”C6F1D541-E7A6-447A-A2B5-9F7A20B2A8FB”,“ZoneId”:”AgIDE0OQ_149”}
Error codes
For a list of error codes, visit the API Error Center.