PUT /tasks/{taskId}
Description
Updates data for a task, copies or moves a taskThe route handles the HTTP PUT request made to the /tasks/{taskId} path.
Depending on the payload, the route can handle different operations with tasks: update, copy, move.