PUT
/
sync
/
update-connection-frequency
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>"
}

Body

application/json
provider_config_key
string
required

The ID of the integration you established within Nango

connection_id
string
required

The ID of the connection

sync_name
string
required

The name of the sync you want to update

frequency
string | null
required

The frequency you want to set (ex: 'every hour'). Set null to revert to the default frequency

Response

200
application/json
Successfully updated the frequency
frequency
string

The updated frequency value