Skip to content

Add permissions.

PATCH
/backend/v1/auth/roles/{roleId}/permissions

Add new permissions to a role.

Authorizations

HTTPBearer
TypeHTTP (bearer)

Parameters

Path Parameters

roleId*
Typestring
Required
formatuuid

Request Body

application/json
JSON
{
"permissions": "string"
}

Responses

Successful Response
application/json
JSON
{
"message": "string"
}

Playground

Authorization
Variables
Key
Value
Body

Samples

Powered by VitePress OpenAPI

Updated at: