put https://api.clickup.com/api/v2/space/
Rename, set the Space color, and enable ClickApps for a Space.
Log in to see full request history
time | status | user agent | |
---|---|---|---|
Retrieving recent requests… |
Loading…
Response
Rename, set the Space color, and enable ClickApps for a Space.
time | status | user agent | |
---|---|---|---|
Retrieving recent requests… |
xxxxxxxxxx
43curl --request PUT \
--url https://api.clickup.com/api/v2/space/ \
--header 'accept: application/json' \
--header 'content-type: application/json' \
--data '
{
"private": true,
"admin_can_manage": true,
"multiple_assignees": true,
"features": {
"due_dates": {
"enabled": true,
"start_date": true,
"remap_due_dates": true,
"remap_closed_due_date": true
},
"time_tracking": {
"enabled": true
},
"tags": {
"enabled": true
},
"time_estimates": {
"enabled": true
Try It!
to start a request and see the response here! Or choose an example: