added

Sub-tasks API release

Introducing a brand new sub-section under the Quick Tasks section: sub-tasks. Full CRUD on sub-tasks

New Endpoints Added:

  • Create sub-task: Create a single sub-task under a specified parent task
  • Update sub-task: Update a single sub-task under a specified parent task
  • Get sub-tasks: Retrieve a list of sub-tasks under a specified parent task
  • Delete sub-task: Delete a single sub-task under a specified parent task

In addition now you can create a task with nested sub-tasks under the Create task endpoint