PERMISSION
Authorizations
AuthorizationstringRequired
Bearer authentication header of the form Bearer <token>.
Body
objectOptionalExample:
{"name":"Example Permission","slug":"example-permission-slug"}Responses
200
Successful response
application/json
post
/api/v1/permission200
Successful response
No content
Authorizations
AuthorizationstringRequired
Bearer authentication header of the form Bearer <token>.
Path parameters
permissionSlugstringRequiredExample:
example-permission-slugResponses
200
Successful response
application/json
get
/api/v1/permission/{permissionSlug}200
Successful response
No content
Authorizations
AuthorizationstringRequired
Bearer authentication header of the form Bearer <token>.
Path parameters
permissionSlugstringRequiredExample:
example-permission-slugResponses
200
Successful response
application/json
delete
/api/v1/permission/{permissionSlug}/delete200
Successful response
No content
Last updated
