Skip to content

Commit

Permalink
adding markdown support to task-request
Browse files Browse the repository at this point in the history
  • Loading branch information
dtylman committed Apr 2, 2024
1 parent 937912e commit a9e5208
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions clickup/tasks.go
Original file line number Diff line number Diff line change
Expand Up @@ -20,6 +20,7 @@ type GetBulkTasksTimeInStatusResponse map[string]TasksInStatus
type TaskRequest struct {
Name string `json:"name,omitempty"`
Description string `json:"description,omitempty"`
MarkdownDescription string `json:"markdown_description,omitempty"`
Assignees []int `json:"assignees,omitempty"`
Tags []string `json:"tags,omitempty"`
Status string `json:"status,omitempty"`
Expand Down

0 comments on commit a9e5208

Please sign in to comment.