mirror of
https://github.com/directus/directus.git
synced 2026-02-16 04:54:55 -05:00
22 lines
506 B
YAML
22 lines
506 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: "#/components/responses/UnauthorizedError"
|
|
"404":
|
|
$ref: "#/components/responses/NotFoundError"
|
|
tags:
|
|
- Extensions
|