Skip to content

Commit

Permalink
update the example cursor key
Browse files Browse the repository at this point in the history
  • Loading branch information
burnash committed May 14, 2024
1 parent 45c6c61 commit be03338
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docs/website/docs/general-usage/http/rest-client.md
Original file line number Diff line number Diff line change
Expand Up @@ -376,7 +376,7 @@ class PostBodyPaginator(BasePaginator):
if not response.json():
self._has_next_page = False
else:
self.cursor = response.json().get("cursor")
self.cursor = response.json().get("next_page_cursor")

def update_request(self, request: Request) -> None:
if request.json is None:
Expand Down

0 comments on commit be03338

Please sign in to comment.