chore(docs): Generated API Reference (#3718)
Co-authored-by: olivermrbl <olivermrbl@users.noreply.github.com>
This commit is contained in:
committed by
GitHub
parent
51d0b88404
commit
70435d5631
13
docs/api/admin/components/schemas/ModulesResponse.yaml
Normal file
13
docs/api/admin/components/schemas/ModulesResponse.yaml
Normal file
@@ -0,0 +1,13 @@
|
||||
type: array
|
||||
items:
|
||||
type: object
|
||||
required:
|
||||
- module
|
||||
- resolution
|
||||
properties:
|
||||
module:
|
||||
description: The key of the module.
|
||||
type: string
|
||||
resolution:
|
||||
description: The resolution path of the module or false if module is not installed.
|
||||
type: string
|
||||
Reference in New Issue
Block a user