Syncs
Override sync connection frequency
Override a sync’s default frequency for a specific connection, or revert to the default frequency.
PUT
/
sync
/
update-connection-frequency
Body
application/json
provider_config_key
string
requiredThe ID of the integration you established within Nango
connection_id
string
requiredThe ID of the connection
sync_name
string
requiredThe name of the sync you want to update
frequency
string | null
requiredThe frequency you want to set (ex: 'every hour'). Set null to revert to the default frequency
Response
200 - application/json
frequency
string
The updated frequency value
Was this page helpful?