Skip to content

Commit

Permalink
docs(specs): update api's length minimum value (#3574)
Browse files Browse the repository at this point in the history
  • Loading branch information
Jerska authored Aug 22, 2024
1 parent 8c1d83e commit 9b6dc0b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion specs/common/schemas/SearchParams.yml
Original file line number Diff line number Diff line change
Expand Up @@ -110,7 +110,7 @@ baseSearchParamsWithoutQuery:
length:
type: integer
description: Number of hits to retrieve (used in combination with `offset`).
minimum: 1
minimum: 0
maximum: 1000
x-categories:
- Pagination
Expand Down

0 comments on commit 9b6dc0b

Please sign in to comment.