I am wondering how I can set attributes of new tasks added with POST /tasks/{name}/tasks API.
It looks like it only accepts the task name at the moment and I could not find a way to set start and end dates or edit task details.
Is there an API to edit existing tasks like PUT /tasks/{name}/tasks? Or can I pass other task attributes when adding new ones?
Thanks