All Products
Search
Document Center

AnalyticDB for PostgreSQL:ModifyAccountDescription

Last Updated:Mar 03, 2024

Modifies the description of a database account for an AnalyticDB for PostgreSQL instance.

Debugging

OpenAPI Explorer automatically calculates the signature value. For your convenience, we recommend that you call this operation in OpenAPI Explorer.

Authorization information

There is currently no authorization information disclosed in the API.

Request parameters

ParameterTypeRequiredDescriptionExample
DBInstanceIdstringYes

The instance ID.

Note You can call the DescribeDBInstances operation to query the IDs of all AnalyticDB for PostgreSQL instances within a region.
gp-bp12ga6v69h86****
AccountNamestringYes

The name of the database account.

testAccout
AccountDescriptionstringYes

The new description of the database account.

  • The description must start with a letter.
  • The description cannot start with http:// or https://.
  • The description can contain letters, underscores (_), hyphens (-), and digits.
  • The description must be 2 to 256 characters in length.
testAccoutdescribe

Response parameters

ParameterTypeDescriptionExample
object
RequestIdstring

The request ID.

99BBBD5E-B5D8-4FC8-B8BF-FB1A0A38BBA2

Examples

Sample success responses

JSONformat

{
  "RequestId": "99BBBD5E-B5D8-4FC8-B8BF-FB1A0A38BBA2"
}

Error codes

For a list of error codes, visit the Service error codes.

Change history

Change timeSummary of changesOperation
2023-09-11The internal configuration of the API is changed, but the call is not affectedsee changesets
Change itemChange content
The internal configuration of the API is changed, but the call is not affected.