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