Method: projects.sipDomains.aliases.update¶
Updates a alias.
The caller must have voice.aliases.update
permission on the project.
HTTP request¶
PATCH https://voice.api.enfonica.com/v1beta1/{alias.name}
Path parameters¶
Parameters | |
---|---|
alias.name | string Resource name of the alias. It must match the pattern projects/{project_id}/sipDomains/{sip_domain_id}/aliases/{alias_id} |
Query parameters¶
Parameters | |
---|---|
updateMask | string (FieldMask format) Fields to be updated. |
Request body¶
The request body must contain an instance of Alias.
Response body¶
If successful, the response body contains an instance of Alias.