- HTTP request
- Path parameters
- Query parameters
- Request body
- Response body
- Authorization Scopes
- Try it!
Updates a notification channel. Fields not specified in the field mask remain unchanged.
HTTP request
PATCH https://monitoring.googleapis.com/v3/{notificationChannel.name}
Path parameters
Parameters | |
---|---|
notificationChannel.name |
The full REST resource name for this channel. The format is:
The |
Query parameters
Parameters | |
---|---|
updateMask |
The fields to update. A comma-separated list of fully qualified names of fields. Example: |
Request body
The request body contains an instance of NotificationChannel
.
Response body
If successful, the response body contains an instance of NotificationChannel
.
Authorization Scopes
Requires one of the following OAuth scopes:
https://www.googleapis.com/auth/cloud-platform
https://www.googleapis.com/auth/monitoring
For more information, see the Authentication Overview.