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

19 lines
310 B
YAML
Raw Normal View History

2018-10-22 21:54:31 +00:00
Deletes a widget
2018-10-10 20:19:13 +00:00
---
tags:
- Dashboard
parameters:
- in: path
name: dashboard_id
required: true
type: integer
description: Id of the dashboard
2018-10-22 21:54:31 +00:00
- in: path
name: widget_id
required: true
type: integer
description: Id of the widget
2018-10-10 20:19:13 +00:00
responses:
204:
description: Success