cURL
curl --request PATCH \ --url https://api.halth.com/v1/businesses/{businessId}/settings \ --header 'Content-Type: application/json' \ --data ' { "autoReconciliationEnabled": true, "autoInviteClientsEnabled": true } '
{ "autoReconciliationEnabled": true, "autoInviteClientsEnabled": true }
Update the settings for a business