Merge pull request #9337 from Wachizungu/fix-openapi-page-and-limit-minimums

fix: [openapi] Fix minimums of restsearch page and limit params. fix …
pull/9370/head
Andras Iklody 2023-11-07 09:42:02 +01:00 committed by GitHub
commit 2e29b509e1
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 2 additions and 2 deletions

View File

@ -5487,13 +5487,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