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

16 lines
289 B
YAML

Creates new dashboard
Requires Dashboard object and creates dashboard
---
tags:
- Dashboard
parameters:
- in: body
name: body
required: true
schema:
type: object
$ref: '#/definitions/DashboardCreation'
responses:
201:
description: Successful creation