Contacts
Update contact
Update contact by ID. You can update only your own contacts, and authentication is required.
PATCH
/
contacts
/
{id}
Authorizations
Authorization
string
headerrequiredBearer authentication header of the form Bearer <token>
, where <token>
is your auth token.
Path Parameters
id
string
requiredRequired string length:
1 - 255
Body
application/json
name
string
Required string length:
1 - 255
email
string
segments
string[]
Response
200 - application/json
The response is of type any
.