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>",
  "sync_variant": "<string>",
  "frequency": "<string>"
}'
{
  "frequency": "<string>"
}

Body

application/json

Response

200
application/json
Successfully updated the frequency

The response is of type object.