Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion .stats.yml
Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@
configured_endpoints: 1617
openapi_spec_url: https://storage.googleapis.com/stainless-sdk-openapi-specs/cloudflare%2Fcloudflare-b8e92e0265ee524573a0bbe517e04b0fd59acc583e2cc020d189d0e6e378fcbd.yml
openapi_spec_url: https://storage.googleapis.com/stainless-sdk-openapi-specs/cloudflare%2Fcloudflare-9ffcd7eb0122082edae679fb8655de63ccd6d49138ed60c12866565f7937daf4.yml
16 changes: 0 additions & 16 deletions src/cloudflare/resources/magic_transit/connectors/connectors.py
Original file line number Diff line number Diff line change
Expand Up @@ -96,8 +96,6 @@ def update(
Replace Connector

Args:
account_id: Account identifier

extra_headers: Send extra headers

extra_query: Add additional query parameters to the request
Expand Down Expand Up @@ -147,8 +145,6 @@ def list(
List Connectors

Args:
account_id: Account identifier

extra_headers: Send extra headers

extra_query: Add additional query parameters to the request
Expand Down Expand Up @@ -189,8 +185,6 @@ def edit(
Update Connector

Args:
account_id: Account identifier

extra_headers: Send extra headers

extra_query: Add additional query parameters to the request
Expand Down Expand Up @@ -241,8 +235,6 @@ def get(
Fetch Connector

Args:
account_id: Account identifier

extra_headers: Send extra headers

extra_query: Add additional query parameters to the request
Expand Down Expand Up @@ -317,8 +309,6 @@ async def update(
Replace Connector

Args:
account_id: Account identifier

extra_headers: Send extra headers

extra_query: Add additional query parameters to the request
Expand Down Expand Up @@ -368,8 +358,6 @@ def list(
List Connectors

Args:
account_id: Account identifier

extra_headers: Send extra headers

extra_query: Add additional query parameters to the request
Expand Down Expand Up @@ -410,8 +398,6 @@ async def edit(
Update Connector

Args:
account_id: Account identifier

extra_headers: Send extra headers

extra_query: Add additional query parameters to the request
Expand Down Expand Up @@ -462,8 +448,6 @@ async def get(
Fetch Connector

Args:
account_id: Account identifier

extra_headers: Send extra headers

extra_query: Add additional query parameters to the request
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,6 @@

class ConnectorEditParams(TypedDict, total=False):
account_id: Required[str]
"""Account identifier"""

activated: bool

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,6 @@

class ConnectorUpdateParams(TypedDict, total=False):
account_id: Required[str]
"""Account identifier"""

activated: bool

Expand Down