Update contact field
documentedUpdate a contact field.
PUT /api/v1/contact/{contact_id}/fieldContactsno 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://api.nimble.com/api/v1/contact/{{$contact_id}}/field" -X PUT -H "Accept: application/json" -H "Content-Type: application/json; charset=utf-8" -H "Authorization: Bearer {{OAUTH2_ACCESS_TOKEN}}" -d '{"fields": {"first name": [{"modifier": "", "value": "{{$first_name}}"}]}}'