Skip to content

Latest commit

 

History

History
11 lines (8 loc) · 778 Bytes

PermissionRequest.md

File metadata and controls

11 lines (8 loc) · 778 Bytes

# PermissionRequest

Properties

Name Type Description Notes
api_name string The name of the role. There is a limit of 255 characters per role.
actions string[] Action allowed for the API endpoint. Basically `CREATE` corresponds to POST endpoints, `READ` to GET endpoints, `UPDATE` to PATCH / PUT endpoints and `DELETE` to DELETE endpoints.
resources int[] The IDs of tags. Only if those tags are assgined to a resource the user with that role will be able to access the resource. [optional]

[Back to Model list] [Back to API list] [Back to README]