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 a7fcc012a34603..1854713e6ba429 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: