From ee8101523195ef8c8a33ee2c50f9402762ca72c8 Mon Sep 17 00:00:00 2001 From: Danny Martini Date: Fri, 9 Feb 2024 16:36:57 +0100 Subject: [PATCH] docs: Update cursor description in the public api documentation (#8602) --- packages/cli/src/PublicApi/v1/shared/spec/parameters/cursor.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/packages/cli/src/PublicApi/v1/shared/spec/parameters/cursor.yml b/packages/cli/src/PublicApi/v1/shared/spec/parameters/cursor.yml index a7fcc012a..1854713e6 100644 --- a/packages/cli/src/PublicApi/v1/shared/spec/parameters/cursor.yml +++ b/packages/cli/src/PublicApi/v1/shared/spec/parameters/cursor.yml @@ -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: