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

22 lines
349 B
YAML
Raw Normal View History

2018-09-19 23:42:37 +00:00
Gets a dashboard
---
tags:
- Dashboard
parameters:
- in: path
name: dashboard_id
required: true
type: integer
description: Id of the dashboard
responses:
200:
description: Success
schema:
type: object
required:
- content
2018-09-19 23:42:37 +00:00
properties:
content:
2018-09-19 23:42:37 +00:00
$ref: '#/definitions/Dashboard'