Method: projects.muteConfigs.patch

Updates a mute config. If no location is specified, default is global.

HTTP request


The URLs use gRPC Transcoding syntax.

Path parameters

Parameters
muteConfig.name

string

Identifier. This field will be ignored if provided on config creation. The following list shows some examples of the format:

  • organizations/{organization}/muteConfigs/{muteConfig} + organizations/{organization}locations/{location}//muteConfigs/{muteConfig}
  • folders/{folder}/muteConfigs/{muteConfig}
  • folders/{folder}/locations/{location}/muteConfigs/{muteConfig}
  • projects/{project}/muteConfigs/{muteConfig}
  • projects/{project}/locations/{location}/muteConfigs/{muteConfig}

Query parameters

Parameters
updateMask

string (FieldMask format)

The list of fields to be updated. If empty all mutable fields will be updated.

Request body

The request body contains an instance of MuteConfig .

Response body

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

Authorization scopes

Requires the following OAuth scope:

  • https://www.googleapis.com/auth/cloud-platform

For more information, see the Authentication Overview.

Except as otherwise noted, the content of this page is licensed under the Creative Commons Attribution 4.0 License, and code samples are licensed under the Apache 2.0 License. For details, see the Google Developers Site Policies. Java is a registered trademark of Oracle and/or its affiliates.

Last updated 2025年05月27日 UTC.