Skip to content

Commit

Permalink
fix: change marker from long to string
Browse files Browse the repository at this point in the history
  • Loading branch information
mwwoda committed Sep 15, 2023
1 parent 33a46e0 commit 19b47c4
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 9 deletions.
10 changes: 4 additions & 6 deletions content/attributes/marker_pagination.yml
Original file line number Diff line number Diff line change
Expand Up @@ -18,13 +18,11 @@ properties:
next_marker:
description: |-
The marker for the start of the next page of results.
example: 3000
type: integer
format: int64
example: JV9IRGZmieiBasejOG9yDCRNgd2ymoZIbjsxbJMjIs3kioVii
type: string

prev_marker:
description: |-
The marker for the start of the previous page of results.
example: 1000
type: integer
format: int64
example: JV9IRGZmieiBasejOG9yDCRNgd2ymoZIbjsxbJMjIs3kioVii
type: string
5 changes: 2 additions & 3 deletions content/responses/device_pinners.yml
Original file line number Diff line number Diff line change
Expand Up @@ -30,9 +30,8 @@ properties:
next_marker:
description: |-
The marker for the start of the next page of results.
example: 3000
type: integer
format: int64
example: JV9IRGZmieiBasejOG9yDCRNgd2ymoZIbjsxbJMjIs3kioVii
type: string

order:
description: |-
Expand Down

0 comments on commit 19b47c4

Please sign in to comment.