Update contact
documentedUpdate details of a contact.
PUT /api/network/{hash_key}/contacts/{id}Networksno 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://{{HIVEAGE_SUBDOMAIN}}.hiveage.com/api/network/{{$hash_key}}/contacts/{{$id}}" \
-X PUT \
-H "Accept: application/json" \
-H "Content-Type: application/json" \
-u {{HIVEAGE_API_KEY}}: \
-d '{"contact": {"first_name": "{{$first_name}}", "last_name": "{{$last_name}}", "email": "{{$email}}", "mobile": "{{$mobile}}", "phone": "{{$phone}}"}}'