PATCH /v1/connections/{connectionId}/state

Updates the connection state. To update the state, you should pause your connection first.

To update the connection state, do the following:

  1. Pause connection using Update a Connection endpoint (set 'paused' to 'true').
  2. Update the state by using the Update Connection State endpoint.
  3. Unpause the connection by setting the 'paused' parameter to 'false' in the Update a Connection endpoint request.

This endpoint is only supported for Function and Connection SDK connectors.

Servers

Path parameters

Name Type Required Description
connectionId String Yes

The unique identifier for the connection within the Fivetran system

Request headers

Name Type Required Description
Accept String No

Default value: "application/json;version=2"

How to start integrating

  1. Add HTTP Task to your workflow definition.
  2. Search for the API you want to integrate with and click on the name.
    • This loads the API reference documentation and prepares the Http request settings.
  3. Click Test request to test run your request to the API and see the API's response.