You can call this operation to modify the description of a Domain Name System (DNS) record that is configured for a private zone.
Debugging
Request parameters
Parameter | Type | Required | Example | Description |
---|---|---|---|---|
Action | String | Yes | UpdateRecordRemark | The operation that you want to perform. Set the value to UpdateRecordRemark. |
RecordId | Long | Yes | 18954952 | The ID of the DNS record. |
Lang | String | No | en | The language of the specific content returned in the response. |
Remark | String | No | test record | The description of the DNS record. |
Response parameters
Parameter | Type | Example | Description |
---|---|---|---|
RequestId | String | 0B7AD377-7E86-44A8-B9A8-53E8666E72FE | The ID of the request. |
RecordId | Long | 18954952 | The ID of the DNS record. |
Examples
Sample requests
http(s)://[Endpoint]/? Action=UpdateRecordRemark&<Common request parameters>
Sample success responses
XML
format
<UpdateRecordRemarkResponse> <RecordId>18954952</RecordId> <RequestId>CE06F38E-713F-477F-AEDD-73965518091C</RequestId><</UpdateRecordRemarkResponse>
JSON
format
{“RecordId”: 18954952,“RequestId”: “CE06F38E-713F-477F-AEDD-73965518091C”}
Error codes
For a list of error codes, visit the API Error Center.