Skip to content

Commit 9b6dc0b

Browse files
authored
docs(specs): update api's length minimum value (#3574)
1 parent 8c1d83e commit 9b6dc0b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

specs/common/schemas/SearchParams.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -110,7 +110,7 @@ baseSearchParamsWithoutQuery:
110110
length:
111111
type: integer
112112
description: Number of hits to retrieve (used in combination with `offset`).
113-
minimum: 1
113+
minimum: 0
114114
maximum: 1000
115115
x-categories:
116116
- Pagination

0 commit comments

Comments
 (0)