From 0be91d977196f75cbeb094afebdc7c75558a6733 Mon Sep 17 00:00:00 2001 From: Artur Wierzbicki Date: Wed, 26 Mar 2025 19:15:05 +0400 Subject: [PATCH] Docs: add `orgId` to folder/dashboard search api docs (#102898) --- docs/sources/developers/http_api/folder_dashboard_search.md | 3 +++ 1 file changed, 3 insertions(+) diff --git a/docs/sources/developers/http_api/folder_dashboard_search.md b/docs/sources/developers/http_api/folder_dashboard_search.md index af741927365..eda90559d99 100644 --- a/docs/sources/developers/http_api/folder_dashboard_search.md +++ b/docs/sources/developers/http_api/folder_dashboard_search.md @@ -58,6 +58,7 @@ Content-Type: application/json { "id": 163, "uid": "000000163", + "orgId": 1, "title": "Folder", "url": "/dashboards/f/000000163/folder", "type": "dash-folder", @@ -68,6 +69,7 @@ Content-Type: application/json { "id":1, "uid": "cIBgcSjkk", + "orgId": 1, "title":"Production Overview", "url": "/d/cIBgcSjkk/production-overview", "type":"dash-db", @@ -97,6 +99,7 @@ Content-Type: application/json { "id":1, "uid": "cIBgcSjkk", + "orgId": 1, "title":"Production Overview", "url": "/d/cIBgcSjkk/production-overview", "type":"dash-db",