Method: projects.locations.apps.scheduledEvaluationRuns.patch

Updates a scheduled evaluation run.

HTTP request

PATCH https://ces.googleapis.com/v1beta/{scheduledEvaluationRun.name=projects/*/locations/*/apps/*/scheduledEvaluationRuns/*}

The URL uses gRPC Transcoding syntax.

Path parameters

Parameters
scheduledEvaluationRun.name

string

Identifier. The unique identifier of the scheduled evaluation run config. Format: projects/{projectId}/locations/{locationId}/apps/{appId}/scheduledEvaluationRuns/{scheduledEvaluationRunId}

Query parameters

Parameters
updateMask

string (FieldMask format)

Optional. Field mask is used 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 ScheduledEvaluationRun.

Response body

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

Authorization scopes

Requires one of the following OAuth scopes:

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

For more information, see the Authentication Overview.