openapi: make pagination match game-rpc
This commit is contained in:
parent
a28ec58ce8
commit
6545fa703d
@ -315,14 +315,14 @@ components:
|
||||
Pagination:
|
||||
type: object
|
||||
required:
|
||||
- Page
|
||||
- Limit
|
||||
- Number
|
||||
- Size
|
||||
properties:
|
||||
Page:
|
||||
Number:
|
||||
type: integer
|
||||
format: int32
|
||||
minimum: 1
|
||||
Limit:
|
||||
Size:
|
||||
type: integer
|
||||
format: int32
|
||||
minimum: 1
|
||||
|
@ -733,14 +733,14 @@ components:
|
||||
Pagination:
|
||||
type: object
|
||||
required:
|
||||
- Page
|
||||
- Limit
|
||||
- Number
|
||||
- Size
|
||||
properties:
|
||||
Page:
|
||||
Number:
|
||||
type: integer
|
||||
format: int32
|
||||
minimum: 1
|
||||
Limit:
|
||||
Size:
|
||||
type: integer
|
||||
format: int32
|
||||
minimum: 1
|
||||
|
Loading…
Reference in New Issue
Block a user