mirror of
https://github.com/stashapp/stash.git
synced 2026-01-25 09:35:33 +01:00
update docs to match current functionality (#1339)
was wondering why `per_page:0` was not working it seems to have been updated to `per_page:-1` to return all results
This commit is contained in:
parent
aedadc3857
commit
eefc628cf0
1 changed files with 1 additions and 1 deletions
|
|
@ -6,7 +6,7 @@ enum SortDirectionEnum {
|
|||
input FindFilterType {
|
||||
q: String
|
||||
page: Int
|
||||
"""use per_page = 0 to indicate all results. Defaults to 25."""
|
||||
"""use per_page = -1 to indicate all results. Defaults to 25."""
|
||||
per_page: Int
|
||||
sort: String
|
||||
direction: SortDirectionEnum
|
||||
|
|
|
|||
Loading…
Reference in a new issue