put https://api.octapipe.com/tasks/
Updates the data of a task in the database by the UUID.
Click on the image below to enlarge the demonstration in Postman.
Payload example:
{
"title": "Review reports",
"start_date": "2024-08-10",
"end_date": "2024-08-20",
"start_time": "15:00",
"end_time": "16:00",
"status": "pending",
"priority": "medium"
}