mirror of
https://github.com/directus/directus.git
synced 2026-02-11 02:15:14 -05:00
21 lines
545 B
YAML
21 lines
545 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: '../../openapi.yaml#/components/responses/UnauthorizedError'
|
|
'404':
|
|
$ref: '../../openapi.yaml#/components/responses/NotFoundError'
|
|
tags:
|
|
- Extensions |