Updates one contact by id.
bearerAuth In: header
application/json
TypeScript Definitions
Use the request body type in TypeScript.
application/json
curl -X PATCH "https://loading/public/v1/contacts/string" \ -H "Content-Type: application/json" \ -d '{ "name": "Example Contact" }'{ "data": { "created_at": "string", "id": "string", "updated_at": "string" }}