Skip to content
Open
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
12 changes: 8 additions & 4 deletions src/composio_client/resources/tools.py
Original file line number Diff line number Diff line change
Expand Up @@ -383,8 +383,10 @@ def proxy(

body: The request body (for POST, PUT, and PATCH requests)

connected_account_id: The ID of the connected account to use for authentication (if not provided, will
use the default account for the project)
connected_account_id: The ID of the connected account to use for authentication. Required
unless ``custom_connection_data`` is provided. The proxy endpoint
returns 400 ``ExternalProxy_MissingAuthContext`` when both are
omitted.

parameters: Additional HTTP headers or query parameters to include in the request

Expand Down Expand Up @@ -788,8 +790,10 @@ async def proxy(

body: The request body (for POST, PUT, and PATCH requests)

connected_account_id: The ID of the connected account to use for authentication (if not provided, will
use the default account for the project)
connected_account_id: The ID of the connected account to use for authentication. Required
unless ``custom_connection_data`` is provided. The proxy endpoint
returns 400 ``ExternalProxy_MissingAuthContext`` when both are
omitted.

parameters: Additional HTTP headers or query parameters to include in the request

Expand Down
Loading