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

15 lines
269 B
YAML

Gets server app configuration and description
---
tags:
- Application Information
responses:
200:
description: Success
schema:
type: object
required:
- content
properties:
content:
$ref: '#/definitions/AppConfig'