Edit Contact
PUT
/org/{tenant}/v2/contacts/{id}
Platform support: MT and CC
Edit a contact by its ID. The contact is replaced, will not be partially updated.
Request
Responses
- 200
- 400
- 401
- 500
Updated contact.
Bad request — the request was invalid (validation error, malformed body, or missing/invalid parameters).
Unauthorized — missing or invalid identity, or insufficient permissions.
Internal Server Error — an unexpected error occurred.