Method: projects.histories.executions.patch

Updates an existing Execution with the supplied partial entity.

May return any of the following canonical error codes:

  • PERMISSION_DENIED - if the user is not authorized to write to project
  • INVALID_ARGUMENT - if the request is malformed
  • FAILED_PRECONDITION - if the requested state transition is illegal
  • NOT_FOUND - if the containing History does not exist

HTTP request

PATCH https://toolresults.googleapis.com/toolresults/v1beta3/projects/{projectId}/histories/{historyId}/executions/{executionId}

The URL uses gRPC Transcoding syntax.

Path parameters

Parameters
projectId

string

A Project id. Required.

historyId

string

Required.

executionId

string

Required.

Query parameters

Parameters
requestId

string

A unique request ID for server to detect duplicated requests. For example, a UUID.

Optional, but strongly recommended.

Request body

The request body contains an instance of Execution.

Response body

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

Authorization scopes

Requires the following OAuth scope:

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

For more information, see the Authentication Overview.