We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 937912e commit a9e5208Copy full SHA for a9e5208
clickup/tasks.go
@@ -20,6 +20,7 @@ type GetBulkTasksTimeInStatusResponse map[string]TasksInStatus
20
type TaskRequest struct {
21
Name string `json:"name,omitempty"`
22
Description string `json:"description,omitempty"`
23
+ MarkdownDescription string `json:"markdown_description,omitempty"`
24
Assignees []int `json:"assignees,omitempty"`
25
Tags []string `json:"tags,omitempty"`
26
Status string `json:"status,omitempty"`
0 commit comments