Update Contact
PATCH/v1/contacts/:id
Partially updates a contact by its unique identifier. Only provided fields are modified. Note: jobs, location, and homeLocation are fully replaced when provided. socialLinks is partially updated — only the provided sub-fields are overwritten.
Request
Responses
- 200
- 400
- 401
- 404
- 500
Contact updated successfully
Invalid request parameters
Invalid or missing API key
Contact not found
Internal server error