mirror of
https://github.com/directus/directus.git
synced 2026-02-16 07:14:57 -05:00
14 lines
292 B
YAML
14 lines
292 B
YAML
description: 'Error: Not found.'
|
|
content:
|
|
application/json:
|
|
schema:
|
|
type: object
|
|
properties:
|
|
error:
|
|
type: object
|
|
properties:
|
|
code:
|
|
type: integer
|
|
format: int64
|
|
message:
|
|
type: string |