Add documentation for new_task description field. (#32466)

This commit is contained in:
David Symonds 2024-06-22 20:42:55 +10:00 committed by GitHub
parent 00b1f83547
commit 26d34e8847
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

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