AI-generated Key Takeaways
- 
          
This endpoint updates existing
Taskdata using an HTTPPATCHrequest to the specified URL. - 
          
Requests must include path and query parameters, including a
task.namefor identification and anupdateMaskspecifying the fields to be modified. - 
          
The request body should contain the updated
Taskdata in JSON format according to the provided schema. - 
          
Successful responses will contain the updated
Taskdata, reflecting the changes made. 
Updates Task data.
HTTP request
PATCH https://fleetengine.googleapis.com/v1/{task.name=providers/*/tasks/*}
The URL uses gRPC Transcoding syntax.
Path parameters
| Parameters | |
|---|---|
task.name | 
                
                   
 Must be in the format   | 
              
Query parameters
| Parameters | |
|---|---|
header | 
                
                   
 Optional. The standard Delivery API request header.  | 
              
updateMask | 
                
                   
 Required. The field mask that indicates which Task fields to update. Note: The  This is a comma-separated list of fully qualified names of fields. Example:   | 
              
Request body
The request body contains an instance of Task.
Response body
If successful, the response body contains an instance of Task.