Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Commit f381a98

Browse files
feat(api): api update
1 parent ce7c6e9 commit f381a98

File tree

3 files changed

+16
-16
lines changed

3 files changed

+16
-16
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: 1713
2-
openapi_spec_url: https://storage.googleapis.com/stainless-sdk-openapi-specs/cloudflare%2Fcloudflare-44d0dc25f6b8245521f0337b4de059c6b5abfc7a4a1d84370f808aa24065fce7.yml
3-
openapi_spec_hash: 08b7bb8a39cda8d0f621e3c7b64cb48b
2+
openapi_spec_url: https://storage.googleapis.com/stainless-sdk-openapi-specs/cloudflare%2Fcloudflare-27adcd4b160b0701a34b49d045d624f5a88fd893bbdebc363433ede03b31758f.yml
3+
openapi_spec_hash: f0a1bfe65b921a255db4b01b1149e550
44
config_hash: 4a6de620bf46745e17466ceac26f41d4

src/cloudflare/resources/bot_management.py

Lines changed: 10 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -126,7 +126,7 @@ def update(
126126
```
127127
128128
Args:
129-
zone_id: Identifier
129+
zone_id: Identifier.
130130
131131
ai_bots_protection: Enable rule to block AI Scrapers and Crawlers.
132132
@@ -230,7 +230,7 @@ def update(
230230
```
231231
232232
Args:
233-
zone_id: Identifier
233+
zone_id: Identifier.
234234
235235
ai_bots_protection: Enable rule to block AI Scrapers and Crawlers.
236236
@@ -343,7 +343,7 @@ def update(
343343
```
344344
345345
Args:
346-
zone_id: Identifier
346+
zone_id: Identifier.
347347
348348
ai_bots_protection: Enable rule to block AI Scrapers and Crawlers.
349349
@@ -455,7 +455,7 @@ def update(
455455
```
456456
457457
Args:
458-
zone_id: Identifier
458+
zone_id: Identifier.
459459
460460
ai_bots_protection: Enable rule to block AI Scrapers and Crawlers.
461461
@@ -554,7 +554,7 @@ def get(
554554
Retrieve a zone's Bot Management Config
555555
556556
Args:
557-
zone_id: Identifier
557+
zone_id: Identifier.
558558
559559
extra_headers: Send extra headers
560560
@@ -684,7 +684,7 @@ async def update(
684684
```
685685
686686
Args:
687-
zone_id: Identifier
687+
zone_id: Identifier.
688688
689689
ai_bots_protection: Enable rule to block AI Scrapers and Crawlers.
690690
@@ -788,7 +788,7 @@ async def update(
788788
```
789789
790790
Args:
791-
zone_id: Identifier
791+
zone_id: Identifier.
792792
793793
ai_bots_protection: Enable rule to block AI Scrapers and Crawlers.
794794
@@ -901,7 +901,7 @@ async def update(
901901
```
902902
903903
Args:
904-
zone_id: Identifier
904+
zone_id: Identifier.
905905
906906
ai_bots_protection: Enable rule to block AI Scrapers and Crawlers.
907907
@@ -1013,7 +1013,7 @@ async def update(
10131013
```
10141014
10151015
Args:
1016-
zone_id: Identifier
1016+
zone_id: Identifier.
10171017
10181018
ai_bots_protection: Enable rule to block AI Scrapers and Crawlers.
10191019
@@ -1112,7 +1112,7 @@ async def get(
11121112
Retrieve a zone's Bot Management Config
11131113
11141114
Args:
1115-
zone_id: Identifier
1115+
zone_id: Identifier.
11161116
11171117
extra_headers: Send extra headers
11181118

src/cloudflare/types/bot_management/bot_management_update_params.py

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@
1616

1717
class BotFightModeConfiguration(TypedDict, total=False):
1818
zone_id: Required[str]
19-
"""Identifier"""
19+
"""Identifier."""
2020

2121
ai_bots_protection: Literal["block", "disabled"]
2222
"""Enable rule to block AI Scrapers and Crawlers."""
@@ -36,7 +36,7 @@ class BotFightModeConfiguration(TypedDict, total=False):
3636

3737
class SuperBotFightModeDefinitelyConfiguration(TypedDict, total=False):
3838
zone_id: Required[str]
39-
"""Identifier"""
39+
"""Identifier."""
4040

4141
ai_bots_protection: Literal["block", "disabled"]
4242
"""Enable rule to block AI Scrapers and Crawlers."""
@@ -69,7 +69,7 @@ class SuperBotFightModeDefinitelyConfiguration(TypedDict, total=False):
6969

7070
class SuperBotFightModeLikelyConfiguration(TypedDict, total=False):
7171
zone_id: Required[str]
72-
"""Identifier"""
72+
"""Identifier."""
7373

7474
ai_bots_protection: Literal["block", "disabled"]
7575
"""Enable rule to block AI Scrapers and Crawlers."""
@@ -105,7 +105,7 @@ class SuperBotFightModeLikelyConfiguration(TypedDict, total=False):
105105

106106
class SubscriptionConfiguration(TypedDict, total=False):
107107
zone_id: Required[str]
108-
"""Identifier"""
108+
"""Identifier."""
109109

110110
ai_bots_protection: Literal["block", "disabled"]
111111
"""Enable rule to block AI Scrapers and Crawlers."""

0 commit comments

Comments
 (0)