Method: projects.histories.executions.steps.patch

Updates an existing Step with the supplied partial entity.

May return any of the following canonical error codes:

  • PERMISSION_DENIED - if the user is not authorized to write project
  • INVALID_ARGUMENT - if the request is malformed
  • FAILED_PRECONDITION - if the requested state transition is illegal (e.g try to upload a duplicate xml file), if the updated step is too large (more than 10Mib)
  • NOT_FOUND - if the containing Execution does not exist

HTTP request

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

The URL uses gRPC Transcoding syntax.

Path parameters

Parameters
projectId

string

A Project id.

Required.

historyId

string

A History id.

Required.

executionId

string

A Execution id.

Required.

stepId

string

A Step id.

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 Step.

Response body

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

Authorization scopes

Requires the following OAuth scope:

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

For more information, see the Authentication Overview.