AI-generated Key Takeaways
-
Updates the Business call settings for a specified location using a PATCH request.
-
Requires a
businessCallsSettings.namepath parameter to identify the settings and anupdateMaskquery parameter specifying the fields to update. -
The request body should contain a
BusinessCallsSettingsobject with the desired updates. -
A successful response returns the updated
BusinessCallsSettingsobject. -
Authorization requires the
https://www.googleapis.com/auth/business.managescope.
Updates the Business call settings for the specified location.
HTTP request
PATCH https://mybusinessbusinesscalls.googleapis.com/v1/{businessCallsSettings.name=locations/*/businesscallssettings}
The URL uses gRPC Transcoding syntax.
Path parameters
| Parameters | |
|---|---|
businessCallsSettings.name |
Required. The resource name of the calls settings. Format: locations/{location}/businesscallssettings |
Query parameters
| Parameters | |
|---|---|
updateMask |
Required. The list of fields to update. This is a comma-separated list of fully qualified names of fields. Example: |
Request body
The request body contains an instance of BusinessCallsSettings.
Response body
If successful, the response body contains an instance of BusinessCallsSettings.
Authorization Scopes
Requires the following OAuth scope:
https://www.googleapis.com/auth/business.manage
For more information, see the OAuth 2.0 Overview.