From 29bf863a30a016425f3d445c9e1cb4379f885ec6 Mon Sep 17 00:00:00 2001 From: achatterjee-grafana <70489351+achatterjee-grafana@users.noreply.github.com> Date: Mon, 29 Mar 2021 15:00:27 -0400 Subject: [PATCH] Added "message" to the create dashboard example. (#32452) --- docs/sources/http_api/dashboard.md | 1 + 1 file changed, 1 insertion(+) diff --git a/docs/sources/http_api/dashboard.md b/docs/sources/http_api/dashboard.md index b8b7684c2d9..61f1052c278 100644 --- a/docs/sources/http_api/dashboard.md +++ b/docs/sources/http_api/dashboard.md @@ -44,6 +44,7 @@ Authorization: Bearer eyJrIjoiT0tTcG1pUlY2RnVKZTFVaDFsNFZXdE9ZWmNrMkZYbk "refresh": "25s" }, "folderId": 0, + "message": "Made changes to xyz", "overwrite": false } ```