tasks
Creates a new task on the specified task list. Tasks assigned from Docs or Chat Spaces cannot be inserted from Tasks Public API; they can only be created by assigning them from Docs or Chat Spaces. A user can have up to 20,000 non-hidden tasks per list and up to 100,000 tasks in total at a time.
post/tasks/v1/lists/{tasklist}/tasks
Path parameters
taskliststring required
Task list identifier.
Query parameters
parentstring
Parent task identifier. If the task is created at the top level, this parameter is omitted. An assigned task cannot be a parent task, nor can it have a parent. Setting the parent to an assigned task results in failure of the request. Optional.
previousstring
Previous sibling task identifier. If the task is created at the first position among its siblings, this parameter is omitted. Optional.
Request body
Response
Successful response