Update Task
PATCH/v1/tasks/:id
Partially updates a task. Only the fields provided in the request body are modified; all other fields remain unchanged. Passing assignees replaces the entire assignee set.
Request
Responses
- 200
- 400
- 401
- 404
- 500
Task updated successfully
Invalid request parameters
Invalid or missing API key
Task not found
Internal server error