List all model permissions
List all model permissions
Path Parameters
- model_id integer required
ID of the model
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 model.
- role string
Possible values: [
USER
,MANAGER
]The role.
[
{
"id": 1,
"model": "My model",
"role": "USER"
}
]
User does not have the minimal required model role "USER"
The model was not found
Something is wrong with the API.
Loading...