Skip to content

Commit d982424

Browse files
feat(api): api update
1 parent 2537147 commit d982424

2 files changed

Lines changed: 4 additions & 4 deletions

File tree

.stats.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
11
configured_endpoints: 1759
2-
openapi_spec_url: https://storage.googleapis.com/stainless-sdk-openapi-specs/cloudflare%2Fcloudflare-b849b08cec7799f83a6e8ba6f2e03744ed25d4a11a4fc713210e3f72c1fcaa61.yml
3-
openapi_spec_hash: fc505ee06b02b22d6b8c1fe727462da5
2+
openapi_spec_url: https://storage.googleapis.com/stainless-sdk-openapi-specs/cloudflare%2Fcloudflare-09b68172990dcc34346c9a3546d868f23ebfae2aca1ce360c05737bd354e7a77.yml
3+
openapi_spec_hash: f2d1f5bb248b492901829037456eb820
44
config_hash: 920bb1b417565d337cbdb7c39e77be5b

src/cloudflare/resources/magic_transit/connectors/connectors.py

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -183,7 +183,7 @@ def edit(
183183
timeout: float | httpx.Timeout | None | NotGiven = NOT_GIVEN,
184184
) -> ConnectorEditResponse:
185185
"""
186-
Update Connector
186+
Edit Connector to update specific properties
187187
188188
Args:
189189
account_id: Account identifier
@@ -404,7 +404,7 @@ async def edit(
404404
timeout: float | httpx.Timeout | None | NotGiven = NOT_GIVEN,
405405
) -> ConnectorEditResponse:
406406
"""
407-
Update Connector
407+
Edit Connector to update specific properties
408408
409409
Args:
410410
account_id: Account identifier

0 commit comments

Comments
 (0)