Skip to content

Commit

Permalink
[DOCS-3750] Event Feeds: Document page_size limit (#306)
Browse files Browse the repository at this point in the history
  • Loading branch information
jrodewig authored Nov 18, 2024
1 parent 3de4b6d commit a7ffe6d
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion src/client-configuration.ts
Original file line number Diff line number Diff line change
Expand Up @@ -235,7 +235,9 @@ export type FeedClientConfiguration = Required<
cursor?: string;

/**
* The desired number of events per page.
* Maximum number of events returned per page.
* Must be in the range 1 to 16000 (inclusive).
* Defaults to 16.
*/
page_size?: number;
};
Expand Down

0 comments on commit a7ffe6d

Please sign in to comment.