Update Contact
PATCH /contacts/{contact_id}
PATCH
/contacts/{contact_id}
Update a contact’s fields (partial update).
Company link (both optional; a contact may have no company): company_id
attaches an EXISTING company (mashup_companies.id) directly; company_domain
resolves-or-creates a company from its domain. company_id wins if both
are given. Every other field is a plain column update. Provide any subset;
at least one field (plain or company) is required.
Authorizations
Parameters
Path Parameters
contact_id
required
Contact ID
integer
Contact ID
Header Parameters
Request Body required
Request body for updating a contact. All fields optional (partial update).
object
Responses
200
Successful Response
object
data
required
object
key
additional properties
any
pagination
Any of:
null
422
Validation Error
object
detail
Array<object>
object
loc
required
Array
msg
required
string
type
required
string