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