v2
latestOpenAPI 3.0.12026-07-31690160432.4 KBPersonal Tasks
Update a task
Update a task by its ID
put/v1/tasks/{taskId}
Path parameters
taskIdinteger required
ID of the task to be updated
Headers
X-Org-Idinteger required
Organization ID
Request body
Example request
{
"taskTitle": "Update authentication module",
"description": "This task involves updating the authentication module for the application.",
"owners": [
1,
2,
3
],
"startDate": "2023-10-01T00:00:00Z",
"dueDate": "2023-10-15T00:00:00Z",
"noOfDays": 5,
"completion": 75,
"status": "Completed",
"priority": "Medium",
"tags": [
"frontend",
"low-priority"
]
}Response
Task updated successfully