Update List
documentedRename a List, or adjust its properties.
PUT /v2/list/{list_id}Listsno implementation yet0 runsNo implementation yet. Run it to have the agent write one, or open a pull request with your own.
Seed example (keychains curl)
npx -y keychains@latest curl "https://api.clickup.com/api/v2/list/{{$list_id}}" \
-X PUT \
-H "Authorization: Bearer {{CLICKUP_API_KEY}}" \
-H "Content-Type: application/json" \
-H "Accept: application/json" \
-d '{"name": "{{$title}}", "description": "{{$description}}", "due_date": {{$due_date}}, "priority": {{$priority}}, "color": "{{$color}}", "assignee": {{$assignee_id}} }'