Update business
documentedUpdate an existing business.
POST /business/updateBusinessesno implementation yet0 runsNo implementation yet. Run it to have the agent write one, or open a pull request with your own.
Seed example (keychains curl)
npx -y keychains@latest curl "https://app.gatherup.com/api/business/update" \
-X POST \
-H "Content-Type: application/json" \
-H "Accept: application/json" \
-H "Authorization: Bearer {{OAUTH2_ACCESS_TOKEN}}" \
-d '{"businessId":"{{$businessId}}","businessName":"{{$businessName}}","businessOwnerEmail":"{{$businessOwnerEmail}}","businessOwnerFirstName":"{{$businessOwnerFirstName}}","businessOwnerLastName":"{{$businessOwnerLastName}}","businessType":"{{$businessType}}","organisationType":"{{$organisationType}}","city":"{{$city}}","country":"{{$country}}","state":"{{$state}}","streetAddress":"{{$streetAddress}}","zip":"{{$zip}}","phone":"{{$phone}}","websiteUrl":"{{$websiteUrl}}","clientId":"{{$clientId}}","hash":"{{$hash}}","customField":"{{$customField}}","sendTo":"{{$sendTo}}","whichAlerts":"{{$whichAlerts}}","feedbackThreshold":"{{$feedbackThreshold}}","pageThreshold":"{{$pageThreshold}}","language":"{{$language}}"}'