- 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.
Design your application to single-thread API calls that modify the state of notification channels in a single project. This includes calls to notificationChannels.create, notificationChannels.delete and notificationChannels.patch.
HTTP request
PATCH https://monitoring.googleapis.com/v3/{notificationChannel.name}
Path parameters
Parameters | |
---|---|
notification |
Identifier. The full REST resource name for this channel. The format is:
The |
Query parameters
Parameters | |
---|---|
update |
Optional. The 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 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.