Skip to content

Commit

Permalink
docs: Update cursor description in the public api documentation (#8602)
Browse files Browse the repository at this point in the history
  • Loading branch information
despairblue authored and cstuncsik committed Feb 17, 2024
1 parent b4f8d10 commit 84ff894
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
name: cursor
in: query
description: Paginate through users by setting the cursor parameter to a nextCursor attribute returned by a previous request's response. Default value fetches the first "page" of the collection. See pagination for more detail.
description: Paginate by setting the cursor parameter to the nextCursor attribute returned by the previous request's response. Default value fetches the first "page" of the collection. See pagination for more detail.
required: false
style: form
schema:
Expand Down

0 comments on commit 84ff894

Please sign in to comment.