2018-09-19 23:42:37 +00:00
|
|
|
Creates new dashboard
|
|
|
|
Requires Dashboard object and creates dashboard
|
|
|
|
---
|
|
|
|
tags:
|
|
|
|
- Dashboard
|
|
|
|
parameters:
|
|
|
|
- in: body
|
|
|
|
name: body
|
|
|
|
required: true
|
|
|
|
schema:
|
|
|
|
type: object
|
|
|
|
required:
|
|
|
|
- dashboard
|
|
|
|
properties:
|
2018-09-23 12:07:36 +00:00
|
|
|
dashboard:
|
2018-09-19 23:42:37 +00:00
|
|
|
$ref: '#/definitions/DashboardCreation'
|
|
|
|
responses:
|
|
|
|
201:
|
|
|
|
description: Successful creation
|