mirror of
https://github.com/grafana/grafana.git
synced 2025-09-19 13:12:53 +08:00
Update playlist.md to align with Grafana 11 (#92884)
Co-authored-by: Irene Rodriguez <irene.rodriguez@grafana.com>
This commit is contained in:
@ -78,7 +78,7 @@ Content-Type: application/json
|
|||||||
Accept: application/json
|
Accept: application/json
|
||||||
Authorization: Bearer eyJrIjoiT0tTcG1pUlY2RnVKZTFVaDFsNFZXdE9ZWmNrMkZYbk
|
Authorization: Bearer eyJrIjoiT0tTcG1pUlY2RnVKZTFVaDFsNFZXdE9ZWmNrMkZYbk
|
||||||
```
|
```
|
||||||
|
|
||||||
**Example Response**:
|
**Example Response**:
|
||||||
|
|
||||||
```http
|
```http
|
||||||
@ -116,7 +116,7 @@ Content-Type: application/json
|
|||||||
}
|
}
|
||||||
]
|
]
|
||||||
}
|
}
|
||||||
```
|
```
|
||||||
|
|
||||||
**Example Response**:
|
**Example Response**:
|
||||||
|
|
||||||
@ -148,7 +148,7 @@ Authorization: Bearer eyJrIjoiT0tTcG1pUlY2RnVKZTFVaDFsNFZXdE9ZWmNrMkZYbk
|
|||||||
{
|
{
|
||||||
"playlistUid": "1",
|
"playlistUid": "1",
|
||||||
"type": "dashboard_by_uid",
|
"type": "dashboard_by_uid",
|
||||||
"value": "3",
|
"value": "3",
|
||||||
"order": 1,
|
"order": 1,
|
||||||
"title":"my third dashboard"
|
"title":"my third dashboard"
|
||||||
},
|
},
|
||||||
@ -192,7 +192,7 @@ Authorization: Bearer eyJrIjoiT0tTcG1pUlY2RnVKZTFVaDFsNFZXdE9ZWmNrMkZYbk
|
|||||||
```
|
```
|
||||||
{
|
{
|
||||||
"playlistUid": "1",
|
"playlistUid": "1",
|
||||||
"type": "dashboard_by_id",
|
"type": "dashboard_by_uid",
|
||||||
"value": "3",
|
"value": "3",
|
||||||
"order": 1,
|
"order": 1,
|
||||||
"title":"my third dashboard"
|
"title":"my third dashboard"
|
||||||
@ -221,7 +221,7 @@ Content-Type: application/json
|
|||||||
{
|
{
|
||||||
"id": 1,
|
"id": 1,
|
||||||
"playlistUid": "1",
|
"playlistUid": "1",
|
||||||
"type": "dashboard_by_id",
|
"type": "dashboard_by_uid",
|
||||||
"value": "3",
|
"value": "3",
|
||||||
"order": 1,
|
"order": 1,
|
||||||
"title":"my third dashboard"
|
"title":"my third dashboard"
|
||||||
|
Reference in New Issue
Block a user