Update Personal Contact
PATCH/contacts/:contactId/person
Updates an existing contact based on the contact's ID. The first name, last name, contact type, and contact relationship must be included.
Request
Responses
- 200
- 400
- 401
- 404
- 429
- 500
Returns the updated contact.
If the request is invalid.
Unauthorized.
If the resource related to the contact is not found.
Too many requests.
Internal server error.