- HTTP request
- Path parameters
- Query parameters
- Request body
- Response body
- Authorization scopes
- Try it!
Updates an existing notification subscription for a merchant.
HTTP request
PATCH https://merchantapi.googleapis.com/notifications/v1/{notificationSubscription.name=accounts/*/notificationsubscriptions/*}
The URL uses gRPC Transcoding syntax.
Path parameters
| Parameters | |
|---|---|
| notificationSubscription.name | 
 Output only. The  | 
Query parameters
| Parameters | |
|---|---|
| updateMask | 
 List of fields being updated. | 
Request body
The request body contains an instance of NotificationSubscription.
Response body
If successful, the response body contains an instance of NotificationSubscription.
Authorization scopes
Requires the following OAuth scope:
- https://www.googleapis.com/auth/content
For more information, see the OAuth 2.0 Overview.