docs: Update cursor description in the public api documentation (#8602)

This commit is contained in:
Danny Martini 2024-02-09 16:36:57 +01:00 committed by GitHub
parent 5a613d4a8b
commit ee81015231
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -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: