This endpoint documentation is generated directly from openapi.yaml.

POST /roles

Operation ID: addRole

Add role

Security requirements:

SchemeScopes
BearerAuth-

Required: yes.

Content type: application/json

{ "properties": { "name": { "type": "string" } }, "required": [ "name" ], "type": "object" }
StatusDescriptionContent Types
200Successapplication/json

Schema for response 200 (application/json):

{}