mirror of
https://github.com/NodeBB/NodeBB.git
synced 2025-11-17 11:11:04 +01:00
14 lines
417 B
YAML
14 lines
417 B
YAML
|
|
get:
|
||
|
|
tags:
|
||
|
|
- admin
|
||
|
|
summary: Get database information
|
||
|
|
responses:
|
||
|
|
"200":
|
||
|
|
description: "A JSON object with database status information"
|
||
|
|
content:
|
||
|
|
application/json:
|
||
|
|
schema:
|
||
|
|
properties: {}
|
||
|
|
additionalProperties:
|
||
|
|
type: object
|
||
|
|
description: Each database configured will have an entry here with information about its runtime status
|