curl --request PATCH \
--url https://revstack.dev/v1/integrations/{id}/config \
--header 'Content-Type: application/json' \
--data '{
"config": {}
}'nullUpdates the configuration of an installed integration.
curl --request PATCH \
--url https://revstack.dev/v1/integrations/{id}/config \
--header 'Content-Type: application/json' \
--data '{
"config": {}
}'null