Attributes of new tasks

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

Hi Danny,

At present, there is no other way to set start and end dates or edit task details. This is a feature gap related to providing the same operations in Cloud API and will take some time for implementation. We have linked this issue with feature request TASKSCLOUD-7 and will update you here once the provision is provided by the API.