cURL
curl --request PUT \ --url https://api.nango.dev/sync/update-connection-frequency \ --header 'Content-Type: application/json' \ --data '{ "provider_config_key": "<string>", "connection_id": "<string>", "sync_name": "<string>", "frequency": "<string>" }'
{ "frequency": "<string>" }
Override a sync’s default frequency for a specific connection, or revert to the default frequency.
Successfully updated the frequency
The response is of type object.
object
Was this page helpful?