put https://api.clickup.com/api/v2/view/
Rename a view, update the grouping, sorting, filters, columns, and settings of a view.
Log in to see full request history
time | status | user agent | |
---|---|---|---|
Retrieving recent requests… |
Loading…
Response
Rename a view, update the grouping, sorting, filters, columns, and settings of a view.
time | status | user agent | |
---|---|---|---|
Retrieving recent requests… |
xxxxxxxxxx
31curl --request PUT \
--url https://api.clickup.com/api/v2/view/ \
--header 'accept: application/json' \
--header 'content-type: application/json' \
--data '
{
"grouping": {
"ignore": true
},
"divide": {
"collapsed": true
},
"filters": {
"show_closed": true
},
"team_sidebar": {
"assigned_comments": true,
"unassigned_tasks": true
},
"settings": {
"show_task_locations": true,
"show_subtask_parent_names": true,
"show_closed_subtasks": true,
"show_assignees": true,
Try It!
to start a request and see the response here! Or choose an example: