Method: projects.locations.exclusionWindows.patch

Updates an exclusion window.

HTTP request

PATCH https://faulttesting.googleapis.com/v1alpha/{exclusionWindow.name=projects/*/locations/*/exclusionWindows/*}

The URL uses gRPC Transcoding syntax.

Path parameters

Parameters
exclusionWindow.name

string

Identifier. The resource name of the exclusion window. Format: projects/{project}/locations/{location}/exclusionWindows/{exclusionWindow}

Query parameters

Parameters
updateMask

string (FieldMask format)

Optional. The mask to control which fields get updated. If the mask is not present, all fields will 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 ExclusionWindow.

Response body

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

Authorization scopes

Requires the following OAuth scope:

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

For more information, see the Authentication Overview.