Method: organizations.environments.updateDebugmask

Updates the debug mask singleton resource for an environment.

HTTP request

PATCH https://apigee.googleapis.com/v1/{debugMask.name=organizations/*/environments/*/debugmask}

The URL uses gRPC Transcoding syntax.

Path parameters

Parameters
debugMask.name

string

Name of the debug mask.

Query parameters

Parameters
updateMask

string (FieldMask format)

Field debug mask to support partial updates.

This is a comma-separated list of fully qualified names of fields. Example: "user.displayName,photo".

replaceRepeatedFields

boolean

Boolean flag that specifies whether to replace existing values in the debug mask when doing an update. Set to true to replace existing values. The default behavior is to append the values (false).

Request body

The request body contains an instance of DebugMask.

Response body

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

Authorization scopes

Requires the following OAuth scope:

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