Updates a contact with given email address. This call will fail if a contact with provided email does not exist, use addContact instead in such case.
Bearer authentication header of the form Bearer <token>, where <token> is your auth token.
The email of the contact.
The user id of the contact.
"1234567"
The avatar url of the contact.
"https://example.com/avatar.jpg"
The full name of the contact.
"John Doe"
The language code of the contact.
"en_US"
The list of mailing lists to subscribe the contact to. Use the name field of the lists.
The list of mailing lists to unsubscribe the contact from. Use the name field of the lists.
The custom properties of the contact. Custom properties must be first defined in the IndiePitcher dashboard. Pass 'null' to remove a custom property.