Skip to content

Commit 51159f5

Browse files
stainless-app[bot]stainless-bot
authored andcommitted
feat(api): OpenAPI spec update via Stainless API (#214)
1 parent e612347 commit 51159f5

File tree

11 files changed

+200
-2192
lines changed

11 files changed

+200
-2192
lines changed

src/cloudflare/resources/workers/scripts/settings.py

+4-4
Original file line numberDiff line numberDiff line change
@@ -51,7 +51,7 @@ def edit(
5151
timeout: float | httpx.Timeout | None | NotGiven = NOT_GIVEN,
5252
) -> SettingEditResponse:
5353
"""
54-
Patch script metadata or config, such as bindings or usage model
54+
Patch metadata or config, such as bindings or usage model
5555
5656
Args:
5757
account_id: Identifier
@@ -96,7 +96,7 @@ def get(
9696
timeout: float | httpx.Timeout | None | NotGiven = NOT_GIVEN,
9797
) -> SettingGetResponse:
9898
"""
99-
Get script metadata and config, such as bindings or usage model
99+
Get metadata and config, such as bindings or usage model
100100
101101
Args:
102102
account_id: Identifier
@@ -151,7 +151,7 @@ async def edit(
151151
timeout: float | httpx.Timeout | None | NotGiven = NOT_GIVEN,
152152
) -> SettingEditResponse:
153153
"""
154-
Patch script metadata or config, such as bindings or usage model
154+
Patch metadata or config, such as bindings or usage model
155155
156156
Args:
157157
account_id: Identifier
@@ -196,7 +196,7 @@ async def get(
196196
timeout: float | httpx.Timeout | None | NotGiven = NOT_GIVEN,
197197
) -> SettingGetResponse:
198198
"""
199-
Get script metadata and config, such as bindings or usage model
199+
Get metadata and config, such as bindings or usage model
200200
201201
Args:
202202
account_id: Identifier

0 commit comments

Comments
 (0)