Update a contact
Partially update a contact. Only provided fields are changed.
Authorization
api-key X-API-Key<token>
API key for the public Messaging API (/v1/*)
In: header
Path Parameters
id*string
Contact ID
Request Body
application/json
TypeScript Definitions
Use the request body type in TypeScript.
Response Body
curl -X PATCH "http://localhost:3006/v1/contacts/string" \ -H "Content-Type: application/json" \ -d '{}'Empty