From ab77bf61d7d47259010918874a84e629f947d4c1 Mon Sep 17 00:00:00 2001 From: achatterjee-grafana <70489351+achatterjee-grafana@users.noreply.github.com> Date: Thu, 23 Sep 2021 17:24:56 -0400 Subject: [PATCH] Added note. (#39603) --- 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 aeb1253af60..a404e9e82f0 100644 --- a/docs/sources/http_api/dashboard.md +++ b/docs/sources/http_api/dashboard.md @@ -22,7 +22,7 @@ The uid can have a maximum length of 40 characters. `POST /api/dashboards/db` -Creates a new dashboard or updates an existing dashboard. +Creates a new dashboard or updates an existing dashboard. When updating existing dashboards, if you do not define the `folderId` and `folderUid` properties, then the dashboard(s) are moved to the `General` folder. **Example Request for new dashboard**: