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

This commit is contained in:
Ryan McKinley
2023-09-27 08:28:16 -07:00
committed by GitHub
parent f890cb23b8
commit bbdd1fc3b1
8 changed files with 2 additions and 437 deletions

View File

@ -132,38 +132,6 @@ Content-Type: application/json
## Update a playlist
"title":"my other dashboard"
}
]
}
```
**Example Response**:
```http
HTTP/1.1 200
Content-Type: application/json
{
"uid": "1",
"name": "my playlist",
"interval": "5m"
}
```
## Update a playlist
`PUT /api/playlists/:uid`
**Example Request**:
```http
PUT /api/playlists/1 HTTP/1.1
Accept: application/json
Content-Type: application/json
Authorization: Bearer eyJrIjoiT0tTcG1pUlY2RnVKZTFVaDFsNFZXdE9ZWmNrMkZYbk
{
"name": "my playlist",
"interval": "5m",
`PUT /api/playlists/:uid`
**Example Request**: