Playlist: Remove unused/deprecated api and unused wrapper (#75503)

This commit is contained in:
Ryan McKinley
2023-09-27 15:28:16 +00:00
committed by GitHub
parent f890cb23b8
commit bbdd1fc3b1
8 changed files with 2 additions and 437 deletions
@@ -132,38 +132,6 @@ Content-Type: application/json
]
```
## Get Playlist dashboards
`GET /api/playlists/:uid/dashboards`
**Example Request**:
```http
GET /api/playlists/1/dashboards HTTP/1.1
Accept: application/json
Authorization: Bearer eyJrIjoiT0tTcG1pUlY2RnVKZTFVaDFsNFZXdE9ZWmNrMkZYbk
```
**Example Response**:
```http
HTTP/1.1 200
Content-Type: application/json
[
{
"id": 3,
"title": "my third dashboard",
"order": 1,
},
{
"id": 5,
"title":"my other dashboard"
"order": 2,
}
]
```
## Create a playlist
`POST /api/playlists/`