List all projects' permission.
Path Parameters
- project_id integer required
ID of the project
Responses
- 200
- 403
- 404
- 500
OK
- application/json
- Schema
- Example (from schema)
Schema array
- id integer
The permission ID.
- model string
The name of the project.
- role string
Possible values: [
VIEWER
,ANNOTATOR
,MANAGER
]The role.
[
{
"id": 1,
"model": "My first project!",
"role": "VIEWER"
}
]
User does not have the minimal required project role "VIEWER"
The project was not found
Something is wrong with the API.
Loading...