fix: [openapi] Fix minimums of restsearch page and limit params. fix #9334

pull/9337/head
Jeroen Pinoy 2023-10-18 12:32:21 +02:00
parent 5b627c076a
commit 888b2b804b
No known key found for this signature in database
GPG Key ID: DF33A50B8E4EE081
1 changed files with 2 additions and 2 deletions

View File

@ -5469,13 +5469,13 @@ components:
type: integer
format: int32
nullable: true
minimum: 0
minimum: 1
LimitSearchFilter:
type: integer
format: int32
nullable: true
minimum: 1
minimum: 0
SortSearchField:
description: Field to be used to sort the result