Upload contact photo
documentedUpload and set a new photo for a contact.
POST /api/v1/contacts.uploadPhotoContactsno 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.contactsplus.com/api/v1/contacts.uploadPhoto" \
-X POST \
-H "Authorization: Bearer {{OAUTH2_ACCESS_TOKEN}}" \
-H "Accept: application/json" \
-F "image=@{{$image_path}};type=image/jpeg" \
-F "contact.json={{$contact_json}}"