Appearance
Update role.
PATCH
/backend/v1/auth/roles/{roleId}
Modifies the role's name and/or permissions. If permissions are provided, they will replace the existing set.
Authorizations
HTTPBearer
TypeHTTP (bearer)
Parameters
Path Parameters
roleId*
Typestring
Requiredformat
uuid
Request Body
application/json
JSON
{
"name": "string",
"permissions": "string"
}
Responses
Successful Response
application/json
JSON
{
"message": "string"
}