openapi: extend api StatusID maximum to match changes

This commit is contained in:
Quaternions 2025-04-08 00:01:07 -07:00
parent 044033cabf
commit 163412a253
Signed by: Quaternions
GPG Key ID: D0DF5964F79AC131
2 changed files with 4 additions and 4 deletions

@ -209,7 +209,7 @@ paths:
type: integer
format: int32
minimum: 0
maximum: 8
maximum: 9
responses:
"200":
description: Successful response
@ -549,7 +549,7 @@ paths:
type: integer
format: int32
minimum: 0
maximum: 9
maximum: 10
responses:
"200":
description: Successful response

@ -2877,7 +2877,7 @@ func decodeListMapfixesParams(args [0]string, argsEscaped bool, r *http.Request)
MinSet: true,
Min: 0,
MaxSet: true,
Max: 8,
Max: 9,
MinExclusive: false,
MaxExclusive: false,
MultipleOfSet: false,
@ -4909,7 +4909,7 @@ func decodeListSubmissionsParams(args [0]string, argsEscaped bool, r *http.Reque
MinSet: true,
Min: 0,
MaxSet: true,
Max: 9,
Max: 10,
MinExclusive: false,
MaxExclusive: false,
MultipleOfSet: false,