Updated http_api docs

This commit is contained in:
utkarshcmu 2016-01-27 22:00:24 -08:00
parent 6a1192172d
commit 58121d89fc
5 changed files with 33 additions and 31 deletions

View File

@ -70,13 +70,15 @@ Creates a new dashboard or updates an existing dashboard.
"schemaVersion": 6,
"version": 0
},
"overwrite": false
"overwrite": false,
"userId:": 3
}
JSON Body schema:
- **dashboard** The complete dashboard model, id = null to create a new dashboard
- **dashboard** The complete dashboard model, id = null to create a new dashboard.
- **overwrite** Set to true if you want to overwrite existing dashboard with newer version or with same dashboard title.
- **userId** - Set userId if you want to record who created or updated a dashboard.
**Example Response**: