put https://api.clickup.com/api/v2/list/
Rename a List, update the List Info description, set a due date/time, set the List's priority, set an assignee, set or remove the List color.
Log in to see full request history
Response
Rename a List, update the List Info description, set a due date/time, set the List's priority, set an assignee, set or remove the List color.
xxxxxxxxxx
10curl --request PUT \
--url https://api.clickup.com/api/v2/list/ \
--header 'accept: application/json' \
--header 'content-type: application/json' \
--data '
{
"due_date_time": true,
"unset_status": true
}
'
Try It!
to start a request and see the response here! Or choose an example: