Todoist: add "section" field to new_task service (#32342)

This commit is contained in:
Chris Buckley 2024-08-25 17:38:48 +01:00 committed by GitHub
parent 22b9be2dfb
commit 6c0c23f5f6
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -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.