Skip to main content
PUT
Update contact

Authorizations

Authorization
string
header
required

Bearer authentication header of the form Bearer <token>, where <token> is your auth token.

Path Parameters

id
string<uuid>
required

Contact ID

Body

application/json
name
string
phone
string
email
string<email>
tags
object

Response

Contact updated successfully

id
string<uuid>
tenant_id
string<uuid>
name
string
phone
string
email
string<email>
tags
object
created_at
string<date-time>
updated_at
string<date-time>