Skip to content

Commit 42c4dbf

Browse files
chore(api): update composite API spec
1 parent 802fde1 commit 42c4dbf

3 files changed

Lines changed: 5 additions & 5 deletions

File tree

.stats.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
11
configured_endpoints: 2184
2-
openapi_spec_url: https://storage.googleapis.com/stainless-sdk-openapi-specs/cloudflare%2Fcloudflare-c6116d67caad041b8b2ffc6f54ae79b34316475fd8219361bb33c0829b684d42.yml
3-
openapi_spec_hash: ec8eebf3e8d9c92ea5674368ed59a9f8
2+
openapi_spec_url: https://storage.googleapis.com/stainless-sdk-openapi-specs/cloudflare%2Fcloudflare-eff836342f83742ea89b00cf7e1dec8cdbfc9290297fc081e6322615ba9d1c01.yml
3+
openapi_spec_hash: 103e8704c644ad80bc46c57f596bb125
44
config_hash: 02fbdebd82a78d34dd6d005f1d2ad28c

src/cloudflare/resources/email_security/investigate/investigate.py

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -188,7 +188,7 @@ def list(
188188
189189
page: Deprecated: Use cursor pagination instead.
190190
191-
per_page: The number of results per page.
191+
per_page: The number of results per page. Maximum value is 1000.
192192
193193
query: The space-delimited term used in the query. The search is case-insensitive.
194194
@@ -436,7 +436,7 @@ def list(
436436
437437
page: Deprecated: Use cursor pagination instead.
438438
439-
per_page: The number of results per page.
439+
per_page: The number of results per page. Maximum value is 1000.
440440
441441
query: The space-delimited term used in the query. The search is case-insensitive.
442442

src/cloudflare/types/email_security/investigate_list_params.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -51,7 +51,7 @@ class InvestigateListParams(TypedDict, total=False):
5151
"""Deprecated: Use cursor pagination instead."""
5252

5353
per_page: int
54-
"""The number of results per page."""
54+
"""The number of results per page. Maximum value is 1000."""
5555

5656
query: str
5757
"""The space-delimited term used in the query. The search is case-insensitive.

0 commit comments

Comments
 (0)