mirror of
https://github.com/tubearchivist/docs.git
synced 2024-11-14 16:10:12 +00:00
add delete playlist API docs
This commit is contained in:
parent
68b2f21fa1
commit
e4fa6ed2bf
@ -16,5 +16,11 @@ Subscribe/Unsubscribe to a list of playlists:
|
||||
## Playlist Item
|
||||
**GET** `/api/playlist/<playlist_id>/`
|
||||
|
||||
Delete playlist, metadata only:
|
||||
**DELETE** `/api/playlist/<playlist_id>/`
|
||||
Delete playlist, also delete all videos in playlist:
|
||||
**DELETE** `/api/playlist/<playlist_id>/?delete-videos=true`
|
||||
|
||||
|
||||
## Playlist Videos
|
||||
**GET** `/api/playlist/<playlist_id>/video/`
|
||||
|
Loading…
Reference in New Issue
Block a user