Files
directus/packages/spec/specs/paths/extensions/interfaces.yaml
2020-10-11 18:31:14 -04:00

22 lines
524 B
YAML

get:
description: List all installed custom interfaces.
operationId: getInterfaces
responses:
"200":
description: Successful request
content:
application/json:
schema:
type: object
properties:
data:
type: array
items:
type: object
"401":
$ref: "../../#/components/responses/UnauthorizedError"
"404":
$ref: "../../#/components/responses/NotFoundError"
tags:
- Extensions