15 lines
252 B
YAML
15 lines
252 B
YAML
|
Gets server app configuration and description
|
||
|
---
|
||
|
tags:
|
||
|
- Config
|
||
|
responses:
|
||
|
200:
|
||
|
description: Success
|
||
|
schema:
|
||
|
type: object
|
||
|
required:
|
||
|
- content
|
||
|
properties:
|
||
|
content:
|
||
|
$ref: '#/definitions/AppConfig'
|