From 4b0faf1c9e574a464ad0cfa7a52c58a9547122d7 Mon Sep 17 00:00:00 2001 From: Julien Duchesne Date: Tue, 14 Feb 2023 07:42:56 -0500 Subject: [PATCH] Playlist docs: Remove `orgId` (#63298) Playlist: Remove `orgId` That attribute is not returned by the API --- docs/sources/developers/http_api/playlist.md | 2 -- 1 file changed, 2 deletions(-) diff --git a/docs/sources/developers/http_api/playlist.md b/docs/sources/developers/http_api/playlist.md index b8f70b53ccf..46a41d5b690 100644 --- a/docs/sources/developers/http_api/playlist.md +++ b/docs/sources/developers/http_api/playlist.md @@ -70,7 +70,6 @@ Content-Type: application/json "uid" : "1", "name": "my playlist", "interval": "5m", - "orgId": "my org", "items": [ { "id": 1, @@ -246,7 +245,6 @@ Content-Type: application/json "uid" : "1", "name": "my playlist", "interval": "5m", - "orgId": "my org", "items": [ { "id": 1,