Method: accounts.updateNotifications

Sets the pubsub notification settings for the account informing Business Profile which topic to send pubsub notifications for:

  • New reviews for locations administered by the account.
  • Updated reviews for locations administered by the account.
  • New GoogleUpdates for locations administered by the account.

An account will only have one notification settings resource, and only one pubsub topic can be set.

HTTP request

PUT https://mybusiness.googleapis.com/v4/{name=accounts/*/notifications}

The URL uses gRPC Transcoding syntax.

Path parameters

Parameters
name

string

The notification settings resource name.

Request body

The request body contains an instance of Notifications.

Response body

If successful, the response body contains an instance of Notifications.

Authorization Scopes

Requires one of the following OAuth scopes:

  • https://www.googleapis.com/auth/plus.business.manage
  • https://www.googleapis.com/auth/business.manage

For more information, see the OAuth 2.0 Overview.