Update group
documentedUpdate a group.
PUT /api/v2/groups/{id}Groupsno 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.mojohelpdesk.com/api/v2/groups/{{$id}}?access_key={{MOJOHELPDESK_API_KEY}}" -X PUT -H "Content-Type: application/json" -H "Accept: application/json" -d '{"name": "{{$name}}", "primary_contact_id": {{$primary_contact_id}}, "billing_contact_id": {{$billing_contact_id}}, "support_start_date": "{{$support_start_date}}", "support_end_date": "{{$support_end_date}}", "support_info_url": "{{$support_info_url}}", "address": "{{$address}}", "address2": "{{$address2}}", "city": "{{$city}}", "state": "{{$state}}", "zip": "{{$zip}}", "country": "{{$country}}", "website_url": "{{$website_url}}", "notes": "{{$notes}}"}'"