AI-generated Key Takeaways
-
This endpoint updates existing
Task
data using an HTTPPATCH
request to the specified URL. -
Requests must include path and query parameters, including a
task.name
for identification and anupdateMask
specifying the fields to be modified. -
The request body should contain the updated
Task
data in JSON format according to the provided schema. -
Successful responses will contain the updated
Task
data, 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
.