Task
Update an existing Task
Updates a Task object
patch/tasks/{id}
Path parameters
idstring required
UUID of task
Request body
Example request
{
"message": "received message starting inventory collection",
"name": "Order Service Plan",
"owner": "jdoe",
"state": "running",
"status": "error",
"type": "CloudConnectorTask"
}Response
Updated, no content