From e1518666ddd6bb4acc32ceeaf4f6b4680ad4bf9b Mon Sep 17 00:00:00 2001 From: Diana Payton <52059945+oddlittlebird@users.noreply.github.com> Date: Tue, 11 Feb 2020 10:36:18 -0800 Subject: [PATCH] Docs: Update dashboard.md (#21951) --- docs/sources/http_api/dashboard.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/sources/http_api/dashboard.md b/docs/sources/http_api/dashboard.md index 81c2c89288d..9d8c723916b 100644 --- a/docs/sources/http_api/dashboard.md +++ b/docs/sources/http_api/dashboard.md @@ -55,7 +55,7 @@ JSON Body schema: - **dashboard** – The complete dashboard model, id = null to create a new dashboard. - **dashboard.id** – id = null to create a new dashboard. -- **dashboard.uid** – Optional [unique identifier](/http_api/dashboard/#identifier-id-vs-unique-identifier-uid) when creating a dashboard. uid = null will generate a new uid. +- **dashboard.uid** – Optional unique identifier when creating a dashboard. uid = null will generate a new uid. - **folderId** – The id of the folder to save the dashboard in. - **overwrite** – Set to true if you want to overwrite existing dashboard with newer version, same dashboard title in folder or same dashboard uid. - **message** - Set a commit message for the version history.