Contact
Update Contact
WRITE
access to the CONTACT
module is required to access this endpointThe
contactEdited
webhook will be fired when this endpoint has run successfullyUnlike virtually every other model, contact
Contacts may be either people or organizations and these are stored in separate tables in the database, each with its own auto-incrementing identifier.
The contacts model creates a union between these two tables to allow simplified operations under a single namespace.
id
cannot be assumed to be unique. Use uuid
instead.Contacts may be either people or organizations and these are stored in separate tables in the database, each with its own auto-incrementing identifier.
The contacts model creates a union between these two tables to allow simplified operations under a single namespace.
PUT
Authorizations
Bearer authentication header of the form Bearer <token>
, where <token>
is your auth token.
Query Parameters
The uuid of the contact to update
Body
application/json
Contact object that needs to be updated
The default contact schema
Response
200
application/json
Successful Operation
The response is of type object
.