Skip to content

Commit f0bc6f2

Browse files
feat(api): api update
1 parent 064a80c commit f0bc6f2

File tree

9 files changed

+18
-18
lines changed

9 files changed

+18
-18
lines changed

.stats.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
11
configured_endpoints: 1751
2-
openapi_spec_url: https://storage.googleapis.com/stainless-sdk-openapi-specs/cloudflare%2Fcloudflare-6ffb5d14b12a6f49bc4fb06b47f7aa68686068b9a92f358040980b5da35e31bf.yml
3-
openapi_spec_hash: 09e16e9f58c52882b75b6cca8baf1bde
2+
openapi_spec_url: https://storage.googleapis.com/stainless-sdk-openapi-specs/cloudflare%2Fcloudflare-2d0464c247cb2636e21a787513caea6eed748b52287d2c9a93b4d8b54d1c62f6.yml
3+
openapi_spec_hash: cedbc7c7169bbf86a6bc4ce48cd8f193
44
config_hash: 259b5eeae0358ea7d7756b294847f140

src/cloudflare/resources/dns/analytics/reports/bytimes.py

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -74,7 +74,7 @@ def get(
7474
for detailed information about the available query parameters.
7575
7676
Args:
77-
zone_id: Identifier
77+
zone_id: Identifier.
7878
7979
dimensions: A comma-separated list of dimensions to group results by.
8080
@@ -177,7 +177,7 @@ async def get(
177177
for detailed information about the available query parameters.
178178
179179
Args:
180-
zone_id: Identifier
180+
zone_id: Identifier.
181181
182182
dimensions: A comma-separated list of dimensions to group results by.
183183

src/cloudflare/resources/dns/analytics/reports/reports.py

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -83,7 +83,7 @@ def get(
8383
for detailed information about the available query parameters.
8484
8585
Args:
86-
zone_id: Identifier
86+
zone_id: Identifier.
8787
8888
dimensions: A comma-separated list of dimensions to group results by.
8989
@@ -185,7 +185,7 @@ async def get(
185185
for detailed information about the available query parameters.
186186
187187
Args:
188-
zone_id: Identifier
188+
zone_id: Identifier.
189189
190190
dimensions: A comma-separated list of dimensions to group results by.
191191

src/cloudflare/resources/dns_firewall/analytics/reports/bytimes.py

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -75,9 +75,9 @@ def get(
7575
for detailed information about the available query parameters.
7676
7777
Args:
78-
account_id: Identifier
78+
account_id: Identifier.
7979
80-
dns_firewall_id: Identifier
80+
dns_firewall_id: Identifier.
8181
8282
dimensions: A comma-separated list of dimensions to group results by.
8383
@@ -183,9 +183,9 @@ async def get(
183183
for detailed information about the available query parameters.
184184
185185
Args:
186-
account_id: Identifier
186+
account_id: Identifier.
187187
188-
dns_firewall_id: Identifier
188+
dns_firewall_id: Identifier.
189189
190190
dimensions: A comma-separated list of dimensions to group results by.
191191

src/cloudflare/resources/dns_firewall/analytics/reports/reports.py

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -84,9 +84,9 @@ def get(
8484
for detailed information about the available query parameters.
8585
8686
Args:
87-
account_id: Identifier
87+
account_id: Identifier.
8888
89-
dns_firewall_id: Identifier
89+
dns_firewall_id: Identifier.
9090
9191
dimensions: A comma-separated list of dimensions to group results by.
9292
@@ -191,9 +191,9 @@ async def get(
191191
for detailed information about the available query parameters.
192192
193193
Args:
194-
account_id: Identifier
194+
account_id: Identifier.
195195
196-
dns_firewall_id: Identifier
196+
dns_firewall_id: Identifier.
197197
198198
dimensions: A comma-separated list of dimensions to group results by.
199199

src/cloudflare/types/dns/analytics/report_get_params.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@
1313

1414
class ReportGetParams(TypedDict, total=False):
1515
zone_id: Required[str]
16-
"""Identifier"""
16+
"""Identifier."""
1717

1818
dimensions: str
1919
"""A comma-separated list of dimensions to group results by."""

src/cloudflare/types/dns/analytics/reports/bytime_get_params.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@
1313

1414
class BytimeGetParams(TypedDict, total=False):
1515
zone_id: Required[str]
16-
"""Identifier"""
16+
"""Identifier."""
1717

1818
dimensions: str
1919
"""A comma-separated list of dimensions to group results by."""

src/cloudflare/types/dns_firewall/analytics/report_get_params.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@
1313

1414
class ReportGetParams(TypedDict, total=False):
1515
account_id: Required[str]
16-
"""Identifier"""
16+
"""Identifier."""
1717

1818
dimensions: str
1919
"""A comma-separated list of dimensions to group results by."""

src/cloudflare/types/dns_firewall/analytics/reports/bytime_get_params.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@
1313

1414
class BytimeGetParams(TypedDict, total=False):
1515
account_id: Required[str]
16-
"""Identifier"""
16+
"""Identifier."""
1717

1818
dimensions: str
1919
"""A comma-separated list of dimensions to group results by."""

0 commit comments

Comments
 (0)