Errors
Permission denied
The credential is valid but does not carry the capability this route requires, or it is an API key confined to a different set of collections.
- Code
- PERMISSION_DENIED
- HTTP status
- 403
- Type
- https://myna.sh/errors/permission-denied
What to do
Run myna access with the capability and collection in question. It reports which of the two limits is missing, or whether the resource simply is not there.
application/problem+json
{ "type": "https://myna.sh/errors/permission-denied", "title": "Permission denied", "status": 403, "code": "PERMISSION_DENIED", "detail": "A human-readable explanation of this particular occurrence.", "requestId": "req_01k…" }
