add continuation id to get all methods

This commit is contained in:
ggmaleva 2021-09-15 10:26:33 +03:00
parent 3171c6056f
commit f4a65b25d2
No known key found for this signature in database
GPG Key ID: 0E412B78565B108F
2 changed files with 5 additions and 0 deletions

View File

@ -2,6 +2,8 @@ type: object
required:
- result
properties:
continuationId:
type: string
result:
type: array
items:

View File

@ -2,6 +2,9 @@ type: object
required:
- result
properties:
continuationId:
type: integer
format: int64
result:
type: array
items: