From d54ede607cf779ce2503a0379978534bae55daea Mon Sep 17 00:00:00 2001 From: hemerfaSICKAG <102162936+hemerfaSICKAG@users.noreply.github.com> Date: Fri, 13 Sep 2024 10:59:20 +0200 Subject: [PATCH] Update playlist.md to align with Grafana 11 (#92884) Co-authored-by: Irene Rodriguez --- docs/sources/developers/http_api/playlist.md | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/docs/sources/developers/http_api/playlist.md b/docs/sources/developers/http_api/playlist.md index d1e3a4e7c90..96a7c2f014a 100644 --- a/docs/sources/developers/http_api/playlist.md +++ b/docs/sources/developers/http_api/playlist.md @@ -78,7 +78,7 @@ Content-Type: application/json { "id": 1, "playlistUid": "1", - "type": "dashboard_by_id", + "type": "dashboard_by_uid", "value": "3", "order": 1, "title":"my third dashboard" @@ -116,7 +116,7 @@ Content-Type: application/json { "id": 1, "playlistUid": "1", - "type": "dashboard_by_id", + "type": "dashboard_by_uid", "value": "3", "order": 1, "title":"my third dashboard" @@ -148,7 +148,7 @@ Authorization: Bearer eyJrIjoiT0tTcG1pUlY2RnVKZTFVaDFsNFZXdE9ZWmNrMkZYbk "interval": "5m", "items": [ { - "type": "dashboard_by_id", + "type": "dashboard_by_uid", "value": "3", "order": 1, "title":"my third dashboard" @@ -192,7 +192,7 @@ Authorization: Bearer eyJrIjoiT0tTcG1pUlY2RnVKZTFVaDFsNFZXdE9ZWmNrMkZYbk "items": [ { "playlistUid": "1", - "type": "dashboard_by_id", + "type": "dashboard_by_uid", "value": "3", "order": 1, "title":"my third dashboard" @@ -221,7 +221,7 @@ Content-Type: application/json { "id": 1, "playlistUid": "1", - "type": "dashboard_by_id", + "type": "dashboard_by_uid", "value": "3", "order": 1, "title":"my third dashboard"