mirror of
https://github.com/Suwayomi/Suwayomi-Server.git
synced 2026-07-04 11:24:35 -05:00
POST variant for /{sourceId}/search endpoint (#434)
* Add POST variant for `/{sourceId}/search` endpoint which handles body data as list of FilterChanges
* Revert changes to existing endpoint and create new route and change the interface
* Update doc
* Rename api endpoint
This commit is contained in:
@@ -48,6 +48,7 @@ object MangaAPI {
|
||||
post("{sourceId}/filters", SourceController.setFilters)
|
||||
|
||||
get("{sourceId}/search", SourceController.searchSingle)
|
||||
post("{sourceId}/quick-search", SourceController.quickSearchSingle)
|
||||
// get("all/search", SourceController.searchGlobal) // TODO
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user