Is it possible via API to update a task by adding the completion date with start and end? Currently I can only do this via the WEB interface
I ran some tests using the Asana API References page and got the following result:
{
“errors”: [
{
“message”: “You may only provide one of due_on or due_at!”,
“help”: “For more information on API status codes and how to handle them, read the docs on errors: Errors”
}
]
}
Is there really no way to update the completion date of a task by adding the date range (start and end)?