Contacts

Update a Contact

put/contacts/{contact_id}

Path parameters

contact_idstring required

Headers

Content-Typestring

Request body

object required

Example request

{
  "first_name": "Robert",
  "company": "Acme Co."
}

Response

Successful response

Changes

No recorded changes to this endpoint across all 1 revision of this API.