From 19b47c4ee224d8aafc3a45cdf5365e6e328fd6d3 Mon Sep 17 00:00:00 2001 From: mwwoda <84077698+mwwoda@users.noreply.github.com> Date: Fri, 15 Sep 2023 12:08:29 +0200 Subject: [PATCH] fix: change marker from long to string --- content/attributes/marker_pagination.yml | 10 ++++------ content/responses/device_pinners.yml | 5 ++--- 2 files changed, 6 insertions(+), 9 deletions(-) diff --git a/content/attributes/marker_pagination.yml b/content/attributes/marker_pagination.yml index 4d37ee86..064576d0 100644 --- a/content/attributes/marker_pagination.yml +++ b/content/attributes/marker_pagination.yml @@ -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 diff --git a/content/responses/device_pinners.yml b/content/responses/device_pinners.yml index ae94ae0e..f13f0f4d 100644 --- a/content/responses/device_pinners.yml +++ b/content/responses/device_pinners.yml @@ -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: |-