UpdateContact modifies an existing contact.
PATCH/api/v1/voice/contacts/:id
Updates contact details. Partial updates supported.
Parameters
- id: Required, contact to update
- (other fields): Optional, values to update
Errors
- NOT_FOUND: Contact does not exist
- INVALID_ARGUMENT: Invalid email format
- PERMISSION_DENIED: Caller lacks voice:contact:write permission
Request
Responses
- 200
- default
A successful response.
An unexpected error response.