mirror of
https://github.com/grafana/grafana.git
synced 2025-09-17 14:43:09 +08:00
Playlist docs: Remove orgId
(#63298)
Playlist: Remove `orgId` That attribute is not returned by the API
This commit is contained in:
@ -70,7 +70,6 @@ Content-Type: application/json
|
||||
**Example Request**:
|
||||
|
||||
```http
|
||||
GET /api/playlists/1/items HTTP/1.1
|
||||
GET /api/playlists/1/items HTTP/1.1
|
||||
Accept: application/json
|
||||
Authorization: Bearer eyJrIjoiT0tTcG1pUlY2RnVKZTFVaDFsNFZXdE9ZWmNrMkZYbk
|
||||
@ -246,7 +245,6 @@ Content-Type: application/json
|
||||
"uid" : "1",
|
||||
"name": "my playlist",
|
||||
"interval": "5m",
|
||||
"orgId": "my org",
|
||||
"items": [
|
||||
{
|
||||
"id": 1,
|
||||
|
Reference in New Issue
Block a user