From e262948291d2454731220de99280d9059d82ac3b Mon Sep 17 00:00:00 2001 From: Simon Date: Wed, 10 Apr 2024 18:23:04 +0200 Subject: [PATCH] [API] add custom playlist docs --- mkdocs/docs/api/playlist.md | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/mkdocs/docs/api/playlist.md b/mkdocs/docs/api/playlist.md index 9136a1f..ea4b37f 100644 --- a/mkdocs/docs/api/playlist.md +++ b/mkdocs/docs/api/playlist.md @@ -3,6 +3,10 @@ ## Playlist List **GET** `/api/playlist/` +Parameter: + +- playlist_type: filter py playlist type. + Subscribe/Unsubscribe to a list of playlists: **POST** `/api/playlist/` ```json @@ -16,6 +20,8 @@ Subscribe/Unsubscribe to a list of playlists: ## Playlist Item **GET** `/api/playlist//` +**POST**: Update Playlist item, only valid for custom playlists + Delete playlist, metadata only: **DELETE** `/api/playlist//` Delete playlist, also delete all videos in playlist: