university-final-iot-backend/app/api/resources/swagger/get_app_config_spec.yaml

15 lines
269 B
YAML
Raw Normal View History

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