All Products
Search
Document Center

:UpdateRole

Last Updated:Nov 15, 2024

Debugging

You can run this interface directly in OpenAPI Explorer, saving you the trouble of calculating signatures. After running successfully, OpenAPI Explorer can automatically generate SDK code samples.

Authorization information

There is currently no authorization information disclosed in the API.

Request syntax

PUT /api/metastore/auth/roles HTTP/1.1

Request parameters

ParameterTypeRequiredDescriptionExample
bodyobjectNo
RoleNamestringNo

RoleName

Response parameters

ParameterTypeDescriptionExample
object

Response

RequestIdstring

requestId

604E5919-C6FF-54CE-9C23-C5350E6F5415
Codestring

code

OK
Messagestring

message

.
Successboolean

success

true

Examples

Sample success responses

JSONformat

{
  "RequestId": "604E5919-C6FF-54CE-9C23-C5350E6F5415",
  "Code": "OK",
  "Message": ".",
  "Success": true
}

Error codes

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

Change history

Change timeSummary of changesOperation
No change history