From 1129f80746165b237033c098a7547f9ab0e10973 Mon Sep 17 00:00:00 2001 From: Pascal Zimmermann Date: Fri, 12 Jan 2024 18:07:16 +0100 Subject: [PATCH] docs: Adjust the update command documentation of the public dashboard endpoint (#77925) --- docs/sources/developers/http_api/dashboard_public.md | 6 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-) diff --git a/docs/sources/developers/http_api/dashboard_public.md b/docs/sources/developers/http_api/dashboard_public.md index 58156722302..6093ac42341 100644 --- a/docs/sources/developers/http_api/dashboard_public.md +++ b/docs/sources/developers/http_api/dashboard_public.md @@ -111,7 +111,9 @@ Content-Length: 107 ## Update a public dashboard -`PATCH /api/dashboards/uid/:uid/public-dashboards/` +`PATCH /api/dashboards/uid/:uid/public-dashboards/:publicDashboardUid` + +Will update the public dashboard given the specified unique identifier (uid). **Required permissions** @@ -124,7 +126,7 @@ See note in the [introduction](#public-dashboard-api) for an explanation. **Example Request for updating a public dashboard**: ```http -PATCH /api/dashboards/uid/xCpsVuc4z/public-dashboards/ HTTP/1.1 +PATCH /api/dashboards/uid/xCpsVuc4z/public-dashboards/cd56d9fd-f3d4-486d-afba-a21760e2acbe HTTP/1.1 Accept: application/json Content-Type: application/json Authorization: Bearer eyJrIjoiT0tTcG1pUlY2RnVKZTFVaDFsNFZXdE9ZWmNrMkZYbk