Create Permission

Add a new permission to the given Resource.

Scopes
write:resource

Path Parameters

resource_id
string
Zorunlu

Resource id

Request Body

name
string
Zorunlu

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

description
string

Additional information for the permission

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

Response Body Schema

id
string
Zorunlu

Unique identifier of entity

name
string
Zorunlu

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

description
string

Additional information for the permission