modify_connection
Update connection parameters for an existing Fivetran connection, including sync frequency, paused state, config, auth, daily sync time, or schema status.
Instructions
⚠️ WRITE OPERATION - Confirm with user before calling. Updates connection parameters for an existing connection within your Fivetran account. This endpoint requires at least one persistent configuration parameter to be specified (e.g., sync_frequency, paused, config, auth, daily_sync_time, schema_status). > IMPORTANT: Parameters like trust_certificates, trust_fingerprints, and run_setup_tests are test-control parameters that affect only the behavior of setup tests during the update and do not persist in the connection configuration; they cannot be used on their own. If you want to run setup tests without making configuration changes, use the POST /v1/connections/{connectionId}/test endpoint instead.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| schema_file | Yes | REQUIRED: You must first read the schema file at 'open-api-definitions/connections/modify_connection.json', then provide this exact path here to confirm. | |
| request_body | Yes | JSON string containing the request body. Refer to the schema file for the expected structure. | |
| connection_id | Yes | The unique identifier for the connection |