mirror of
https://github.com/Suwayomi/Suwayomi-Server.git
synced 2026-07-04 19:34:35 -05:00
Add batch endpoint for removing downloads from download queue (#452)
This commit is contained in:
@@ -122,6 +122,7 @@ object MangaAPI {
|
||||
delete("{mangaId}/chapter/{chapterIndex}", DownloadController.unqueueChapter)
|
||||
patch("{mangaId}/chapter/{chapterIndex}/reorder/{to}", DownloadController.reorderChapter)
|
||||
post("batch", DownloadController.queueChapters)
|
||||
delete("batch", DownloadController.unqueueChapters)
|
||||
}
|
||||
|
||||
path("update") {
|
||||
|
||||
Reference in New Issue
Block a user