- HTTP request
- Path parameters
- Query parameters
- Request body
- Response body
- Authorization scopes
- Try it!
Updates a Snooze 
, identified by its name 
, with the parameters in the given Snooze 
object.
HTTP request
 PATCH https://monitoring.googleapis.com/v3/{snooze.name} 
Path parameters
| Parameters | |
|---|---|
| snooze.name |   Required. Identifier. The name of the   The ID of the  | 
Query parameters
updateMask 
 string (  
 FieldMask 
 
format)
Required. The fields to update.
For each field listed in updateMask 
:
- If the Snoozeobject supplied in theUpdateSnoozeRequesthas a value for that field, the value of the field in the existingSnoozewill be set to the value of the field in the suppliedSnooze.
- If the field does not have a value in the supplied Snooze, the field in the existingSnoozeis set to its default value.
Fields not listed retain their existing value.
The following are the field names that are accepted in updateMask 
:
-  displayName
-  interval.start_time
-  interval.end_time
That said, the start time and end time of the Snooze 
determines which fields can legally be updated. Before attempting an update, users should consult the documentation for UpdateSnoozeRequest 
, which talks about which fields can be updated.
This is a comma-separated list of fully qualified names of fields. Example: "user.displayName,photo" 
.
Request body
The request body contains an instance of  Snooze 
 
.
Response body
If successful, the response body contains an instance of  Snooze 
 
.
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 .

