2018-11-04 12:38:53 +00:00
|
|
|
Gets server app configuration and description
|
|
|
|
---
|
|
|
|
tags:
|
2018-11-04 14:10:02 +00:00
|
|
|
- Application Information
|
2018-11-04 12:38:53 +00:00
|
|
|
responses:
|
|
|
|
200:
|
|
|
|
description: Success
|
|
|
|
schema:
|
|
|
|
type: object
|
|
|
|
required:
|
|
|
|
- content
|
|
|
|
properties:
|
|
|
|
content:
|
|
|
|
$ref: '#/definitions/AppConfig'
|