Create Permission

Add a new permission to the given Resource.

Scopes
write:resource

Path Parameters

resource_id
string
REQUIRED

Resource id

Request Body

description
string

Additional information for the permission

name
string
REQUIRED

Permission identifier. This field is unique and cannot contain spaces. Ex. read:user

POST
/resources/{resource_id}/permissions
1
2
3
4
5
Loading...
Response:
201
Loading...

Response Body Schema

description
string

Additional information for the permission

id
string
REQUIRED

Unique identifier of entity

name
string
REQUIRED

Permission identifier. This field is unique and cannot contain spaces. Ex. read:user