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

17 lines
281 B
YAML

Gets all associated dashboards
---
tags:
- Dashboard
responses:
200:
description: Success
schema:
type: object
required:
- content
properties:
content:
type: array
items:
$ref: '#/definitions/Dashboard'