university-final-iot-backend/app/api/resources/swagger/delete_dashboard_widget_spe...

19 lines
310 B
YAML

Deletes a widget
---
tags:
- Dashboard
parameters:
- in: path
name: dashboard_id
required: true
type: integer
description: Id of the dashboard
- in: path
name: widget_id
required: true
type: integer
description: Id of the widget
responses:
204:
description: Success