Skip to content

Latest commit

 

History

History
11 lines (8 loc) · 779 Bytes

PermissionResponse.md

File metadata and controls

11 lines (8 loc) · 779 Bytes

# PermissionResponse

Properties

Name Type Description Notes
api_name string API endpoint. In order to get a list availbale api enpoints please refer to the GET api-permissions endpoint.
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 \OpenAPI\Client\Model\ResourcePermissionsResponse[] [optional]

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