mirror of
https://github.com/Suwayomi/Suwayomi-Server.git
synced 2026-07-10 22:34:33 -05:00
Batch editing and deleting any chapter (#449)
* Add new endpoint for batch editing any chapter * Add option to batch editing chapters to delete chapter (remove downloaded content) * Rename the endpoint to match single manga batch endpoint * Do not return early, in case there are other changes * PR changes
This commit is contained in:
@@ -79,6 +79,10 @@ object MangaAPI {
|
||||
get("{mangaId}/chapter/{chapterIndex}/page/{index}", MangaController.pageRetrieve)
|
||||
}
|
||||
|
||||
path("chapters") {
|
||||
post("batch", MangaController.anyChapterBatch)
|
||||
}
|
||||
|
||||
path("category") {
|
||||
get("", CategoryController.categoryList)
|
||||
post("", CategoryController.categoryCreate)
|
||||
|
||||
Reference in New Issue
Block a user