Create a role
Creates a new role.
POST/v3/roles
JWT
role:write
Request Body Schema
| Property | Type | Description | Constraints |
|---|---|---|---|
| name* | string | Name of the role. | min: 1 |
| description | string | Description for the role. | min: 0, max: 256 |
| claims* | array | List of permission claims for the role. | items: string |
Request Example
Responses
201
400
401
403
409
429
500