tasks
Update an existing task
Updates an existing task by ID. Only the fields provided in the request body will be updated. All fields are optional for updates.
put/api/public/tasks/{id}
Path parameters
idstring uuid required
The UUID of the task to update
Request body
Response
Task updated successfully
TaskResponseDto required