Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 2 additions & 2 deletions .stats.yml
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
configured_endpoints: 1680
openapi_spec_url: https://storage.googleapis.com/stainless-sdk-openapi-specs/cloudflare%2Fcloudflare-3fd100e7e1516a3d2cae9b525aef317165a1f2bb8ced90caec08422840b7aea0.yml
openapi_spec_hash: a839a65195a28169dc4bee7087cf5ae0
openapi_spec_url: https://storage.googleapis.com/stainless-sdk-openapi-specs/cloudflare%2Fcloudflare-19e12a6866e0ce989bcc66f0beea4f4bc2360d6ce652f65f98e8427ca699709a.yml
openapi_spec_hash: 679baf037a7dafcecf793aeb2d00118d
config_hash: 94dbe34a71cea39e805dcaf50b693e42
8 changes: 4 additions & 4 deletions src/cloudflare/resources/logpush/edge.py
Original file line number Diff line number Diff line change
Expand Up @@ -66,7 +66,7 @@ def create(
Creates a new Instant Logs job for a zone.

Args:
zone_id: Identifier
zone_id: Identifier.

fields: Comma-separated list of fields.

Expand Down Expand Up @@ -121,7 +121,7 @@ def get(
Lists Instant Logs jobs for a zone.

Args:
zone_id: Identifier
zone_id: Identifier.

extra_headers: Send extra headers

Expand Down Expand Up @@ -181,7 +181,7 @@ async def create(
Creates a new Instant Logs job for a zone.

Args:
zone_id: Identifier
zone_id: Identifier.

fields: Comma-separated list of fields.

Expand Down Expand Up @@ -236,7 +236,7 @@ def get(
Lists Instant Logs jobs for a zone.

Args:
zone_id: Identifier
zone_id: Identifier.

extra_headers: Send extra headers

Expand Down
2 changes: 1 addition & 1 deletion src/cloudflare/types/logpush/edge_create_params.py
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@

class EdgeCreateParams(TypedDict, total=False):
zone_id: Required[str]
"""Identifier"""
"""Identifier."""

fields: str
"""Comma-separated list of fields."""
Expand Down