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
The ID of the integration you established within Nango
The ID of the connection
The name of the sync you want to update
The frequency you want to set (ex: 'every hour'). Set null to revert to the default frequency. Uses the https://github.com/vercel/ms notations. Min frequency: 5 minutes.
Response
200 - application/json
The updated frequency value
Was this page helpful?