Modifies the description of a PolarDB for Edge account.
Try it now

RAM authorization
Request syntax
POST HTTP/1.1
Request parameters
Parameter | Type | Required | Description | Example |
DBClusterId | string | Yes | The cluster ID. | pc-************* |
AccountName | string | Yes | The account name. | testacc |
AccountDescription | string | Yes | The description of the account. The description must meet the following requirements:
| testdes |
ClientToken | string | No | A client token that is used to ensure the idempotence of the request. The value is generated by the client. Make sure that the value is unique among different requests. The token is case-sensitive and can be up to 64 ASCII characters in length. | 6000170000591aed949d0f5******************** |
Response elements
Element | Type | Description | Example |
object | The response body. | ||
RequestId | string | The request ID. | EB07CFF0-D8A4-5C76-AED7-D00E26FC2*** |
Examples
Success response
JSON
format
{ "RequestId": "EB07CFF0-D8A4-5C76-AED7-D00E26FC2***" }
Error codes
HTTP status code | Error code | Error message | Description |
---|---|---|---|
400 | InvalidAccountDescription.Malformed | The specified parameter AccountDescription is not valid. | The specified AccountDescription parameter is invalid. |
404 | InvalidDBCluster.NotFound | The DBClusterId provided does not exist in our records. | The specified DBClusterId parameter does not exist in the current record. |
404 | InvalidDBClusterId.Malformed | The specified parameter DBClusterId is not valid. | The specified DBClusterId parameter is invalid. |
404 | InvalidDBClusterId.NotFound | The DBInstanceId provided does not exist in our records. | The specified DBClusterId parameter does not exist in the current record. |
See Error Codes for a complete list.
Release notes
See Release Notes for a complete list.