Skip to content

Commit

Permalink
Merge pull request #80 from terra-money/fix/pagination-key-unavailable
Browse files Browse the repository at this point in the history
fix: pagination.key unavailable
  • Loading branch information
yun-yeo authored Oct 7, 2022
2 parents aeec004 + ae4d08d commit 2c802d1
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 13 deletions.
9 changes: 5 additions & 4 deletions client/docs/statik/statik.go

Large diffs are not rendered by default.

9 changes: 0 additions & 9 deletions client/docs/swagger-ui/swagger.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -23932,15 +23932,6 @@ paths:
items:
type: string
collectionFormat: multi
- name: pagination.key
description: |-
key is a value returned in PageResponse.next_key to begin
querying the next page most efficiently. Only one of offset or key
should be set.
in: query
required: false
type: string
format: byte
- name: pagination.offset
description: >-
offset is a numeric offset that can be used when key is unavailable.
Expand Down

0 comments on commit 2c802d1

Please sign in to comment.