Fix dashboard creation swagger doc
parent
6b76520cc7
commit
7d26d9dc5a
|
@ -12,7 +12,7 @@ parameters:
|
||||||
required:
|
required:
|
||||||
- dashboard
|
- dashboard
|
||||||
properties:
|
properties:
|
||||||
device:
|
dashboard:
|
||||||
$ref: '#/definitions/DashboardCreation'
|
$ref: '#/definitions/DashboardCreation'
|
||||||
responses:
|
responses:
|
||||||
201:
|
201:
|
||||||
|
|
|
@ -67,7 +67,7 @@ definitions:
|
||||||
default: {}
|
default: {}
|
||||||
|
|
||||||
dashboarddata:
|
dashboarddata:
|
||||||
type: string
|
type: object
|
||||||
description: Dashboard data
|
description: Dashboard data
|
||||||
default: {}
|
default: {}
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue