Update Connection
Update a connection
Path Parameters
ID of the project
ID of the connection
Body
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/public-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 a successful connection
Response
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.