From 6c0c23f5f6dd5aea3134cbb13db23f2da1fd447f Mon Sep 17 00:00:00 2001 From: Chris Buckley Date: Sun, 25 Aug 2024 17:38:48 +0100 Subject: [PATCH] Todoist: add "section" field to new_task service (#32342) --- source/_integrations/todoist.markdown | 2 ++ 1 file changed, 2 insertions(+) diff --git a/source/_integrations/todoist.markdown b/source/_integrations/todoist.markdown index 1bcda711422..6aadec01444 100644 --- a/source/_integrations/todoist.markdown +++ b/source/_integrations/todoist.markdown @@ -190,6 +190,8 @@ Here are two example JSON payloads resulting in the same task: - **project** (*Optional*): The project to put the task in. +- **section** (*Optional*): The section within the project to add the task to. + - **labels** (*Optional*): Any labels you want to add to the task, separated by commas. - **assignee** (*Optional*): A member's username of a shared project to assign this task to. You find the username formatted as bold text in the collaborator menu of a shared project.