- HTTP request
 - Path parameters
 - Query parameters
 - Request body
 - Response body
 - Authorization scopes
 - Try it!
 
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 | 
                
                   
 A Project id. Required.  | 
              
historyId | 
                
                   
 A History id. Required.  | 
              
executionId | 
                
                   
 A Execution id. Required.  | 
              
stepId | 
                
                   
 A Step id. Required.  | 
              
Query parameters
| Parameters | |
|---|---|
requestId | 
                
                   
 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.