Docs: add orgId to folder/dashboard search api docs (#102898)

This commit is contained in:
Artur Wierzbicki
2025-03-26 19:15:05 +04:00
committed by GitHub
parent 63a2ce7214
commit 0be91d9771

View File

@ -58,6 +58,7 @@ Content-Type: application/json
**Example request searching for dashboards**:
```http
GET /api/search?query=Production%20Overview&starred=true&tag=prod HTTP/1.1
Accept: application/json
Content-Type: application/json
@ -68,6 +69,7 @@ Content-Type: application/json
```http
HTTP/1.1 200
Content-Type: application/json
```
"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",