Method: updateSettings
Updates the customer-level settings.
HTTP request
PATCH https://alertcenter.googleapis.com/v1beta1/settings
The URL uses gRPC Transcoding syntax.
Query parameters
Parameters |
customerId |
string
Optional. The unique identifier of the Google Workspace account of the customer the alert settings are associated with. The customerId must have the initial "C" stripped (for example, 046psxkn ). Inferred from the caller identity if not provided. Find your customer ID.
|
Request body
The request body contains an instance of Settings
.
Response body
If successful, the response body contains an instance of Settings
.
Authorization scopes
Requires the following OAuth scope:
https://www.googleapis.com/auth/apps.alerts
For more information, see the Authorization guide.
Except as otherwise noted, the content of this page is licensed under the Creative Commons Attribution 4.0 License, and code samples are licensed under the Apache 2.0 License. For details, see the Google Developers Site Policies. Java is a registered trademark of Oracle and/or its affiliates.
Last updated 2024-08-22 UTC.
[null,null,["Last updated 2024-08-22 UTC."],[[["Updates customer-level settings using an HTTP PATCH request."],["Requires a customer ID which can be optionally provided or inferred."],["Request and response bodies utilize the `Settings` object for data transfer."],["Needs `https://www.googleapis.com/auth/apps.alerts` authorization scope."]]],[]]