From 26d34e8847d1d2ebe6d2655275f4c1a4da4ad8a6 Mon Sep 17 00:00:00 2001 From: David Symonds Date: Sat, 22 Jun 2024 20:42:55 +1000 Subject: [PATCH] Add documentation for new_task description field. (#32466) --- source/_integrations/todoist.markdown | 2 ++ 1 file changed, 2 insertions(+) diff --git a/source/_integrations/todoist.markdown b/source/_integrations/todoist.markdown index 6c50a7b9c59..e9907f8d773 100644 --- a/source/_integrations/todoist.markdown +++ b/source/_integrations/todoist.markdown @@ -186,6 +186,8 @@ Here are two example JSON payloads resulting in the same task: - **content** (*Required*): The name of the task you want to create. +- **description** (*Optional*): A description of the task. + - **project** (*Optional*): The project to put the task in. - **labels** (*Optional*): Any labels you want to add to the task, separated by commas.