parent
044033cabf
commit
163412a253
@ -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,
|
||||
|
Loading…
x
Reference in New Issue
Block a user