Update a connection for a recipe

Updates the chosen connection for a specific connector in a stopped recipe.

Path parameters

recipe_idintegerRequired
Recipe ID.

Headers

AuthorizationstringRequired

Bearer authentication of the form Bearer <token>, where token is your auth token.

Request

This endpoint expects an object.
adapter_namestringRequired

Name of adapter, for example, salesforce.)

connection_idintegerRequired
ID of the connection belonging to this workspace.

Response

OK
successboolean
Indicates whether the recipe is updated with the connection successfully.

Errors