Create a List
POST https://api.clickup.com/api/v2/folder/folder_id/list
Request Body
{"name"=>"New List Name", "content"=>"Sent from API V2", "due_date"=>1577811600000, "due_date_time"=>false, "priority"=>1, "assignee"=>53480, "status"=>"red"}
HEADERS
Key | Datatype | Required | Description |
---|---|---|---|
Content-Type | string |