2018-09-19 23:42:37 +00:00
|
|
|
Updates a dashboard
|
|
|
|
---
|
|
|
|
tags:
|
|
|
|
- Dashboard
|
|
|
|
parameters:
|
|
|
|
- in: path
|
|
|
|
name: dashboard_id
|
|
|
|
required: true
|
|
|
|
type: integer
|
2018-09-20 22:16:01 +00:00
|
|
|
description: Id of the dashboard
|
2018-09-19 23:42:37 +00:00
|
|
|
- in: body
|
|
|
|
name: body
|
|
|
|
required: true
|
|
|
|
schema:
|
|
|
|
type: object
|
|
|
|
required:
|
|
|
|
- dashboard
|
|
|
|
properties:
|
|
|
|
device:
|
|
|
|
$ref: '#/definitions/DashboardCreation'
|
|
|
|
responses:
|
|
|
|
204:
|
|
|
|
description: Success
|