Skip to content

Latest commit

 

History

History
10 lines (7 loc) · 661 Bytes

ApiPermissionsResponse.md

File metadata and controls

10 lines (7 loc) · 661 Bytes

# ApiPermissionsResponse

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.

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