云数据库 TAURUSDB-修改数据库用户备注:请求示例

时间:2024-12-11 17:00:03

请求示例

修改数据库用户的备注。

PUT https://{endpoint}/v3/054e292c9880d4992f02c0196d3ea468/instances/a23fb62bd61e4e9e9636fd2225f395bein07/db-users/comment

{
  "users" : [ {
    "name" : "gaussdb_mysql_user1",
    "host" : "127.0.0.1",
    "comment" : "first_database_user"
  } ]
}
support.huaweicloud.com/api-gaussdbformysql/UpdateGaussMySqlDatabaseUserComment.html