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

17 lines
284 B
YAML

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