mirror of
https://github.com/grafana/grafana.git
synced 2025-08-03 02:42:22 +08:00
Docs: add orgId
to folder/dashboard search api docs (#102898)
This commit is contained in:
@ -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",
|
||||
|
Reference in New Issue
Block a user