add delete playlist API docs

This commit is contained in:
Simon 2023-08-23 23:55:04 +07:00
parent 68b2f21fa1
commit e4fa6ed2bf
No known key found for this signature in database
GPG Key ID: 2C15AA5E89985DD4
1 changed files with 6 additions and 0 deletions

View File

@ -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/`