Update person custom field
documentedUpdate a custom field for a person.
PUT /v1/person/custom-field/updatePeopleno 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.ap3api.com/v1/person/custom-field/update" \
-X PUT \
-H "X-Api-Key: {{AUTOPILOTHQ_API_KEY}}" \
-H "Content-Type: application/json" \
-H "Accept: application/json" \
-d '{"field_id": "{{$field_id}}", "replace_values": ["{{$replace_value1}}","{{$replace_value2}}"], "add_values": [], "remove_values": [], "track_changes": {{$track_changes}}}'