mirror of
https://github.com/BookStackApp/BookStack.git
synced 2025-07-30 04:23:11 +03:00
Added API search endpoint
Is a little awkward, emulates a 'list' API endpoint but has unstable paging and does not support filters/sort. This is detailed on the endpoint though. Made some updates to the docs system to better support parameters and examples on GET requests. Includes tests to cover. For #909
This commit is contained in:
1
dev/api/requests/search-all.http
Normal file
1
dev/api/requests/search-all.http
Normal file
@ -0,0 +1 @@
|
||||
GET /api/search?query=cats+{created_by:me}&page=1&count=2
|
Reference in New Issue
Block a user