From 093e55e40664561280ac31bb5d37e1c73d01185d Mon Sep 17 00:00:00 2001 From: Kai Bepperling Date: Fri, 21 Jan 2022 11:13:28 +0100 Subject: [PATCH] Add Todoist service assignee parameter documentation (#21249) --- source/_integrations/todoist.markdown | 2 ++ 1 file changed, 2 insertions(+) diff --git a/source/_integrations/todoist.markdown b/source/_integrations/todoist.markdown index 2ed6c8cc104..db1ea1bab1a 100644 --- a/source/_integrations/todoist.markdown +++ b/source/_integrations/todoist.markdown @@ -156,6 +156,8 @@ Here are two example JSON payloads resulting in the same task: - **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. + - **priority** (*Optional*): The priority of the task, from 1-4. Again, 1 means least important, and 4 means most important. - **due_date_string** (*Optional*): When the task should be due, in [natural language](https://get.todoist.help/hc/articles/205325931-Dates-and-Times). Mutually exclusive with `due_date`