mirror of
https://github.com/grafana/grafana.git
synced 2025-02-25 18:55:37 -06:00
Playlist docs: Remove orgId
(#63298)
Playlist: Remove `orgId` That attribute is not returned by the API
This commit is contained in:
parent
563a4bce3b
commit
4b0faf1c9e
@ -70,7 +70,6 @@ Content-Type: application/json
|
|||||||
"uid" : "1",
|
"uid" : "1",
|
||||||
"name": "my playlist",
|
"name": "my playlist",
|
||||||
"interval": "5m",
|
"interval": "5m",
|
||||||
"orgId": "my org",
|
|
||||||
"items": [
|
"items": [
|
||||||
{
|
{
|
||||||
"id": 1,
|
"id": 1,
|
||||||
@ -246,7 +245,6 @@ Content-Type: application/json
|
|||||||
"uid" : "1",
|
"uid" : "1",
|
||||||
"name": "my playlist",
|
"name": "my playlist",
|
||||||
"interval": "5m",
|
"interval": "5m",
|
||||||
"orgId": "my org",
|
|
||||||
"items": [
|
"items": [
|
||||||
{
|
{
|
||||||
"id": 1,
|
"id": 1,
|
||||||
|
Loading…
Reference in New Issue
Block a user