patch
https://api.marketcircle.net/v1/contacts/
Modify an existing contact
Recent Requests
Log in to see full request history
| Time | Status | User Agent | |
|---|---|---|---|
Retrieving recent requests… | |||
Loading…
This function allows you to modify an existing contact. See Contact for a list of attributes which are supported for contacts. Only attributes marked as Read-Write can be modified using this endpoint.
NoteWhen editing a contact, including the add or remove actions will allow you to specify a list of items to update/remove from the field's existing contents. Leaving out add or remove will replace the fields contents entirely.
Examples:
{ "keywords": { "add":["test"] } }
{ "keywords": { "remove":["test"] } }