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