Instruments Authorization
CASL ability actions
This is the list of the permissions methods available for Instrument and all their endpoints
Endpoint Authorization
- InstrumentCreate
- InstrumentRead
- InstrumentUpdate
- InstrumentDelete
Priority
graph LR;
InstrumentCreate;
InstrumentRead;
InstrumentUpdate;
InstrumentDelete;
Authorization table
HTTP method | Endpoint | Endpoint Authentication | Anonymous | Authenticated User | Admin Groups | Delete Groups | Notes |
---|---|---|---|---|---|---|---|
POST | instruments | InstrumentCreate | no | no | InstrumentCreate | no | - |
GET | instruments | InstrumentRead | InstrumentRead | InstrumentRead | InstrumentRead | no | - |
GET | instruments/id | InstrumentRead | InstrumentRead | InstrumentRead | InstrumentRead | no | - |
PATCH | instruments/id | InstrumentUpdate | no | no | InstrumentUpdate | no | - |
DELETE | instruments/id | InstrumentDelete | no | no | no | InstrumentDelete | - |