mirror of
https://github.com/directus/directus.git
synced 2026-02-08 02:15:08 -05:00
14 lines
302 B
YAML
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 |