Skip to content

Commit

Permalink
feat(api): OpenAPI spec update via Stainless API (#214)
Browse files Browse the repository at this point in the history
  • Loading branch information
stainless-app[bot] authored and stainless-bot committed Apr 5, 2024
1 parent 3f5595d commit ebcafa6
Show file tree
Hide file tree
Showing 11 changed files with 200 additions and 2,192 deletions.
8 changes: 4 additions & 4 deletions src/cloudflare/resources/workers/scripts/settings.py
Original file line number Diff line number Diff line change
Expand Up @@ -51,7 +51,7 @@ def edit(
timeout: float | httpx.Timeout | None | NotGiven = NOT_GIVEN,
) -> SettingEditResponse:
"""
Patch script metadata or config, such as bindings or usage model
Patch metadata or config, such as bindings or usage model
Args:
account_id: Identifier
Expand Down Expand Up @@ -96,7 +96,7 @@ def get(
timeout: float | httpx.Timeout | None | NotGiven = NOT_GIVEN,
) -> SettingGetResponse:
"""
Get script metadata and config, such as bindings or usage model
Get metadata and config, such as bindings or usage model
Args:
account_id: Identifier
Expand Down Expand Up @@ -151,7 +151,7 @@ async def edit(
timeout: float | httpx.Timeout | None | NotGiven = NOT_GIVEN,
) -> SettingEditResponse:
"""
Patch script metadata or config, such as bindings or usage model
Patch metadata or config, such as bindings or usage model
Args:
account_id: Identifier
Expand Down Expand Up @@ -196,7 +196,7 @@ async def get(
timeout: float | httpx.Timeout | None | NotGiven = NOT_GIVEN,
) -> SettingGetResponse:
"""
Get script metadata and config, such as bindings or usage model
Get metadata and config, such as bindings or usage model
Args:
account_id: Identifier
Expand Down
Loading

0 comments on commit ebcafa6

Please sign in to comment.