Files
directus/packages/spec/specs/responses/unauthorizedError.yaml
2020-09-14 20:01:01 +02:00

14 lines
302 B
YAML

description: 'Error: Unauthorized request'
content:
application/json:
schema:
type: object
properties:
error:
type: object
properties:
code:
type: integer
format: int64
message:
type: string