mirror of
https://github.com/valitydev/swag-fraudbusters-management.git
synced 2024-11-06 08:15:21 +00:00
add continuation id to get all methods
This commit is contained in:
parent
3171c6056f
commit
f4a65b25d2
@ -2,6 +2,8 @@ type: object
|
||||
required:
|
||||
- result
|
||||
properties:
|
||||
continuationId:
|
||||
type: string
|
||||
result:
|
||||
type: array
|
||||
items:
|
||||
|
@ -2,6 +2,9 @@ type: object
|
||||
required:
|
||||
- result
|
||||
properties:
|
||||
continuationId:
|
||||
type: integer
|
||||
format: int64
|
||||
result:
|
||||
type: array
|
||||
items:
|
||||
|
Loading…
Reference in New Issue
Block a user