diff --git a/mkdocs/docs/api/channel.md b/mkdocs/docs/api/channel.md index 89623bc..ecdfbf9 100644 --- a/mkdocs/docs/api/channel.md +++ b/mkdocs/docs/api/channel.md @@ -7,7 +7,7 @@ Parameter: - filter: subscribed -Subscribe to a list of channels: +Subscribe/Unsubscribe to a list of channels: **POST** `/api/channel/` ```json { diff --git a/mkdocs/docs/api/playlist.md b/mkdocs/docs/api/playlist.md index c07ab74..ddb110b 100644 --- a/mkdocs/docs/api/playlist.md +++ b/mkdocs/docs/api/playlist.md @@ -3,6 +3,16 @@ ## Playlist List **GET** `/api/playlist/` +Subscribe/Unsubscribe to a list of playlists: +**POST** `/api/playlist/` +```json +{ + "data": [ + {"playlist_id": "PL96C35uN7xGLLeET0dOWaKHkAlPsrkcha", "playlist_subscribed": true} + ] +} +``` + ## Playlist Item **GET** `/api/playlist//`