Updates the specified Connection. You can modify the name, credentials, or other parameters. The request body follows the same structure as the Create Connection endpoint.


Use the Authorization header with the value 'Bearer
ID of the project
ID of the connection
Connection Request
Name of the connection given by the user
Type of connection.
Example: airtable for AirTable, stripe for Stripe, hubspot_access_token for HubSpot (with Access Token), etc.
Exact list can be fetched by following url: /connections/config
Credential object for the connection.
Its structure is dependent on the connection type and can be fetched by following url: /connections/config
The url to redirect to after an oauth connection is established.
Connection updated successfully
Connection ID
Name of the connection
Type of connection.
Example: airtable for AirTable, stripe for Stripe, hubspot_access_token for HubSpot (with Access Token), etc.
Exact list can be fetched by following url: /connections/config
Oauth callback url if the connection is Oauth based.