curl --request PUT \
--url https://app.herondata.io/api/integrations/{heron_id} \
--header 'Content-Type: application/json' \
--header 'x-api-key: <api-key>' \
--data '{}'{}Update an Integration
curl --request PUT \
--url https://app.herondata.io/api/integrations/{heron_id} \
--header 'Content-Type: application/json' \
--header 'x-api-key: <api-key>' \
--data '{}'{}Was this page helpful?