Files
directus/packages/spec/specs/paths/extensions/modules.yaml
2020-09-14 20:01:01 +02:00

21 lines
539 B
YAML

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