object Tracktimeresponse
{
  "type": "object",
  "title": "Tracktimeresponse",
  "example": {
    "id": "123X"
  },
  "required": [
    "id"
  ],
  "properties": {
    "id": {
      "type": "string"
    }
  },
  "x-examples": [
    {
      "id": "123X"
    }
  ]
}
object TypeConfig
{
  "type": "object",
  "title": "TypeConfig",
  "example": {},
  "properties": {
    "end": {
      "type": "integer",
      "contentEncoding": "int32"
    },
    "count": {
      "type": "integer",
      "contentEncoding": "int32"
    },
    "start": {
      "type": "integer",
      "contentEncoding": "int32"
    },
    "default": {
      "oneOf": [
        {
          "type": [
            "string",
            "null"
          ]
        },
        {
          "type": "integer",
          "contentEncoding": "int32"
        },
        {}
      ]
    },
    "options": {
      "type": "array",
      "items": {
        "$ref": "#/components/schemas/Option"
      },
      "description": ""
    },
    "tracking": {
      "$ref": "#/components/schemas/Tracking"
    },
    "precision": {
      "type": "integer",
      "contentEncoding": "int32"
    },
    "code_point": {
      "type": "string"
    },
    "complete_on": {
      "type": "integer",
      "contentEncoding": "int32"
    },
    "placeholder": {
      "type": [
        "string",
        "null"
      ]
    },
    "currency_type": {
      "type": "string"
    }
  },
  "x-examples": [
    {}
  ]
}
object TypeConfig1
{
  "type": "object",
  "title": "TypeConfig1",
  "example": {},
  "properties": {
    "single_user": {
      "type": "boolean"
    },
    "include_groups": {
      "type": "boolean"
    },
    "include_guests": {
      "type": "boolean"
    },
    "include_team_members": {
      "type": "boolean"
    }
  },
  "x-examples": [
    {}
  ]
}
object UpdateCommentrequest
{
  "type": "object",
  "title": "UpdateCommentrequest",
  "example": {
    "assignee": 183,
    "resolved": true,
    "comment_text": "Updated comment content"
  },
  "required": [
    "comment_text",
    "assignee",
    "resolved"
  ],
  "properties": {
    "assignee": {
      "type": "integer",
      "contentEncoding": "int32"
    },
    "resolved": {
      "type": "boolean",
      "description": ""
    },
    "comment_text": {
      "type": "string"
    }
  },
  "x-examples": [
    {
      "assignee": 183,
      "resolved": true,
      "comment_text": "Updated comment content"
    }
  ]
}
object UpdateFolderrequest
{
  "type": "object",
  "title": "UpdateFolderrequest",
  "example": {
    "name": "Updated Folder Name"
  },
  "required": [
    "name"
  ],
  "properties": {
    "name": {
      "type": "string"
    }
  },
  "x-examples": [
    {
      "name": "Updated Folder Name"
    }
  ]
}
object UpdateFolderresponse
{
  "type": "object",
  "title": "UpdateFolderresponse",
  "example": {
    "id": "457X",
    "name": "Updated Folder Name",
    "space": {
      "id": "789X",
      "name": "Space Name",
      "access": true
    },
    "hidden": false,
    "orderindex": 0,
    "task_count": "0",
    "override_statuses": false
  },
  "required": [
    "id",
    "name",
    "orderindex",
    "override_statuses",
    "hidden",
    "space",
    "task_count"
  ],
  "properties": {
    "id": {
      "type": "string"
    },
    "name": {
      "type": "string"
    },
    "space": {
      "$ref": "#/components/schemas/Space2"
    },
    "hidden": {
      "type": "boolean"
    },
    "orderindex": {
      "type": "integer",
      "contentEncoding": "int32"
    },
    "task_count": {
      "type": "string"
    },
    "override_statuses": {
      "type": "boolean"
    }
  },
  "x-examples": [
    {
      "id": "457X",
      "name": "Updated Folder Name",
      "space": {
        "id": "789X",
        "name": "Space Name",
        "access": true
      },
      "hidden": false,
      "orderindex": 0,
      "task_count": "0",
      "override_statuses": false
    }
  ]
}
object UpdateGoalrequest
{
  "type": "object",
  "title": "UpdateGoalrequest",
  "example": {
    "name": "Updated Goal Name",
    "color": "#32a852",
    "due_date": 1568036964079,
    "add_owners": [
      184
    ],
    "rem_owners": [
      183
    ],
    "description": "Updated Goal Description"
  },
  "required": [
    "name",
    "due_date",
    "description",
    "rem_owners",
    "add_owners",
    "color"
  ],
  "properties": {
    "name": {
      "type": "string"
    },
    "color": {
      "type": "string"
    },
    "due_date": {
      "type": "integer",
      "contentEncoding": "int64"
    },
    "add_owners": {
      "type": "array",
      "items": {
        "type": "integer",
        "contentEncoding": "int32"
      },
      "description": "Array of user IDs."
    },
    "rem_owners": {
      "type": "array",
      "items": {
        "type": "integer",
        "contentEncoding": "int32"
      },
      "description": "Array of user IDs."
    },
    "description": {
      "type": "string"
    }
  },
  "x-examples": [
    {
      "name": "Updated Goal Name",
      "color": "#32a852",
      "due_date": 1568036964079,
      "add_owners": [
        184
      ],
      "rem_owners": [
        183
      ],
      "description": "Updated Goal Description"
    }
  ]
}
object UpdateGoalresponse
{
  "type": "object",
  "title": "UpdateGoalresponse",
  "example": {
    "goal": {
      "id": "e53a033c-900e-462d-a849-4a216b06d930X",
      "name": "Updated Goal Name",
      "color": "#32a852",
      "owners": [
        {
          "id": 182,
          "color": "#827718",
          "email": "janedoe@gmail.com",
          "initials": "JD",
          "username": "Jane Doe",
          "profilePicture": "https://attachments-public.clickup.com/profilePictures/182_abc.jpg"
        }
      ],
      "creator": 183,
      "history": [],
      "members": [],
      "private": false,
      "team_id": "512",
      "archived": false,
      "due_date": "1568036964079",
      "folder_id": null,
      "pretty_id": "6",
      "pretty_url": "https://app.clickup.com/512/goals/6",
      "start_date": null,
      "description": "Updated Goal Description",
      "key_results": [],
      "date_created": "1568044355026",
      "multiple_owners": true,
      "percent_completed": 0
    }
  },
  "required": [
    "goal"
  ],
  "properties": {
    "goal": {
      "$ref": "#/components/schemas/Goal"
    }
  },
  "x-examples": [
    {
      "goal": {
        "id": "e53a033c-900e-462d-a849-4a216b06d930X",
        "name": "Updated Goal Name",
        "color": "#32a852",
        "owners": [
          {
            "id": 182,
            "color": "#827718",
            "email": "janedoe@gmail.com",
            "initials": "JD",
            "username": "Jane Doe",
            "profilePicture": "https://attachments-public.clickup.com/profilePictures/182_abc.jpg"
          }
        ],
        "creator": 183,
        "history": [],
        "members": [],
        "private": false,
        "team_id": "512",
        "archived": false,
        "due_date": "1568036964079",
        "folder_id": null,
        "pretty_id": "6",
        "pretty_url": "https://app.clickup.com/512/goals/6",
        "start_date": null,
        "description": "Updated Goal Description",
        "key_results": [],
        "date_created": "1568044355026",
        "multiple_owners": true,
        "percent_completed": 0
      }
    }
  ]
}
object UpdateListrequest
{
  "type": "object",
  "title": "UpdateListrequest",
  "example": {
    "name": "Updated List Name",
    "status": "red",
    "content": "Updated List Content",
    "assignee": "none",
    "due_date": 1567780450202,
    "priority": 2,
    "unset_status": true,
    "due_date_time": true
  },
  "required": [
    "name",
    "content",
    "due_date",
    "due_date_time",
    "priority",
    "assignee",
    "status",
    "unset_status"
  ],
  "properties": {
    "name": {
      "type": "string"
    },
    "status": {
      "type": "string",
      "description": "**Status** refers to the List color rather than the task Statuses available in the List."
    },
    "content": {
      "type": "string"
    },
    "assignee": {
      "type": "string"
    },
    "due_date": {
      "type": "integer",
      "contentEncoding": "int64"
    },
    "priority": {
      "type": "integer",
      "contentEncoding": "int32"
    },
    "unset_status": {
      "type": "boolean",
      "description": "By default, this is `false.` To remove the List color use `unset_status: true`."
    },
    "due_date_time": {
      "type": "boolean"
    }
  },
  "x-examples": [
    {
      "name": "Updated List Name",
      "status": "red",
      "content": "Updated List Content",
      "assignee": "none",
      "due_date": 1567780450202,
      "priority": 2,
      "unset_status": true,
      "due_date_time": true
    }
  ]
}
object UpdateListresponse
{
  "type": "object",
  "title": "UpdateListresponse",
  "example": {
    "id": "124X",
    "name": "Updated List Name",
    "space": {
      "id": "789X",
      "name": "Space Name",
      "access": true
    },
    "folder": {
      "id": "456X",
      "name": "Folder Name",
      "access": true,
      "hidden": false
    },
    "status": {
      "color": "#e50000",
      "status": "red",
      "hide_label": true
    },
    "content": "Updated List Content",
    "assignee": null,
    "due_date": "1567780450202",
    "priority": {
      "color": "#f50000",
      "priority": "high"
    },
    "statuses": [
      {
        "type": "open",
        "color": "#d3d3d3",
        "status": "to do",
        "orderindex": 0
      },
      {
        "type": "closed",
        "color": "#6bc950",
        "status": "complete",
        "orderindex": 1
      }
    ],
    "orderindex": 1,
    "start_date": null,
    "task_count": null,
    "due_date_time": true,
    "inbound_address": "add.task.1389.ac725f.31518a6a-05bb-4997-92a6-1dcfe2f527ca@tasks.clickup.com",
    "start_date_time": null
  },
  "required": [
    "id",
    "name",
    "orderindex",
    "content",
    "status",
    "priority",
    "assignee",
    "task_count",
    "due_date",
    "due_date_time",
    "start_date",
    "start_date_time",
    "folder",
    "space",
    "statuses",
    "inbound_address"
  ],
  "properties": {
    "id": {
      "type": "string"
    },
    "name": {
      "type": "string"
    },
    "space": {
      "$ref": "#/components/schemas/Space2"
    },
    "folder": {
      "$ref": "#/components/schemas/Folder3"
    },
    "status": {
      "$ref": "#/components/schemas/Status5"
    },
    "content": {
      "type": "string"
    },
    "assignee": {
      "type": [
        "string",
        "null"
      ]
    },
    "due_date": {
      "type": "string"
    },
    "priority": {
      "$ref": "#/components/schemas/Priority1"
    },
    "statuses": {
      "type": "array",
      "items": {
        "$ref": "#/components/schemas/Status"
      },
      "description": ""
    },
    "orderindex": {
      "type": "integer",
      "contentEncoding": "int32"
    },
    "start_date": {
      "type": [
        "string",
        "null"
      ]
    },
    "task_count": {
      "type": [
        "string",
        "null"
      ]
    },
    "due_date_time": {
      "type": "boolean"
    },
    "inbound_address": {
      "type": "string"
    },
    "start_date_time": {
      "type": [
        "string",
        "null"
      ]
    }
  },
  "x-examples": [
    {
      "id": "124X",
      "name": "Updated List Name",
      "space": {
        "id": "789X",
        "name": "Space Name",
        "access": true
      },
      "folder": {
        "id": "456X",
        "name": "Folder Name",
        "access": true,
        "hidden": false
      },
      "status": {
        "color": "#e50000",
        "status": "red",
        "hide_label": true
      },
      "content": "Updated List Content",
      "assignee": null,
      "due_date": "1567780450202",
      "priority": {
        "color": "#f50000",
        "priority": "high"
      },
      "statuses": [
        {
          "type": "open",
          "color": "#d3d3d3",
          "status": "to do",
          "orderindex": 0
        },
        {
          "type": "closed",
          "color": "#6bc950",
          "status": "complete",
          "orderindex": 1
        }
      ],
      "orderindex": 1,
      "start_date": null,
      "task_count": null,
      "due_date_time": true,
      "inbound_address": "add.task.1389.ac725f.31518a6a-05bb-4997-92a6-1dcfe2f527ca@tasks.clickup.com",
      "start_date_time": null
    }
  ]
}
object UpdateSpacerequest
{
  "type": "object",
  "title": "UpdateSpacerequest",
  "example": {
    "name": "Updated Space Name",
    "color": "#7B68EE",
    "private": false,
    "features": {
      "tags": {
        "enabled": false
      },
      "due_dates": {
        "enabled": false,
        "start_date": false,
        "remap_due_dates": false,
        "remap_closed_due_date": false
      },
      "checklists": {
        "enabled": true
      },
      "portfolios": {
        "enabled": false
      },
      "custom_fields": {
        "enabled": true
      },
      "time_tracking": {
        "enabled": false
      },
      "time_estimates": {
        "enabled": false
      },
      "dependency_warning": {
        "enabled": false
      },
      "remap_dependencies": {
        "enabled": false
      }
    },
    "admin_can_manage": false,
    "multiple_assignees": false
  },
  "required": [
    "name",
    "color",
    "private",
    "admin_can_manage",
    "multiple_assignees",
    "features"
  ],
  "properties": {
    "name": {
      "type": "string"
    },
    "color": {
      "type": "string"
    },
    "private": {
      "type": "boolean"
    },
    "features": {
      "$ref": "#/components/schemas/Features"
    },
    "admin_can_manage": {
      "type": "boolean",
      "description": "***Note:** Allowing or restricting admins from managing private Spaces using `\"admin_can_manage\"` is an [Enterprise Plan](https://clickup.com/pricing) feature.*"
    },
    "multiple_assignees": {
      "type": "boolean"
    }
  },
  "x-examples": [
    {
      "name": "Updated Space Name",
      "color": "#7B68EE",
      "private": false,
      "features": {
        "tags": {
          "enabled": false
        },
        "due_dates": {
          "enabled": false,
          "start_date": false,
          "remap_due_dates": false,
          "remap_closed_due_date": false
        },
        "checklists": {
          "enabled": true
        },
        "portfolios": {
          "enabled": false
        },
        "custom_fields": {
          "enabled": true
        },
        "time_tracking": {
          "enabled": false
        },
        "time_estimates": {
          "enabled": false
        },
        "dependency_warning": {
          "enabled": false
        },
        "remap_dependencies": {
          "enabled": false
        }
      },
      "admin_can_manage": false,
      "multiple_assignees": false
    }
  ]
}
object UpdateSpaceresponse
{
  "type": "object",
  "title": "UpdateSpaceresponse",
  "example": {
    "id": "790X",
    "name": "Updated Space Name",
    "private": false,
    "features": {
      "tags": {
        "enabled": false
      },
      "due_dates": {
        "enabled": false,
        "start_date": false,
        "remap_due_dates": false,
        "remap_closed_due_date": false
      },
      "checklists": {
        "enabled": true
      },
      "portfolios": {
        "enabled": false
      },
      "custom_fields": {
        "enabled": true
      },
      "time_tracking": {
        "enabled": false
      },
      "time_estimates": {
        "enabled": false
      },
      "dependency_warning": {
        "enabled": false
      },
      "remap_dependencies": {
        "enabled": false
      }
    },
    "statuses": [
      {
        "type": "open",
        "color": "#d3d3d3",
        "status": "to do",
        "orderindex": 0
      },
      {
        "type": "closed",
        "color": "#6bc950",
        "status": "complete",
        "orderindex": 1
      }
    ],
    "multiple_assignees": false
  },
  "required": [
    "id",
    "name",
    "private",
    "statuses",
    "multiple_assignees",
    "features"
  ],
  "properties": {
    "id": {
      "type": "string"
    },
    "name": {
      "type": "string"
    },
    "private": {
      "type": "boolean"
    },
    "features": {
      "$ref": "#/components/schemas/Features"
    },
    "statuses": {
      "type": "array",
      "items": {
        "$ref": "#/components/schemas/Status"
      },
      "description": ""
    },
    "multiple_assignees": {
      "type": "boolean"
    }
  },
  "x-examples": [
    {
      "id": "790X",
      "name": "Updated Space Name",
      "private": false,
      "features": {
        "tags": {
          "enabled": false
        },
        "due_dates": {
          "enabled": false,
          "start_date": false,
          "remap_due_dates": false,
          "remap_closed_due_date": false
        },
        "checklists": {
          "enabled": true
        },
        "portfolios": {
          "enabled": false
        },
        "custom_fields": {
          "enabled": true
        },
        "time_tracking": {
          "enabled": false
        },
        "time_estimates": {
          "enabled": false
        },
        "dependency_warning": {
          "enabled": false
        },
        "remap_dependencies": {
          "enabled": false
        }
      },
      "statuses": [
        {
          "type": "open",
          "color": "#d3d3d3",
          "status": "to do",
          "orderindex": 0
        },
        {
          "type": "closed",
          "color": "#6bc950",
          "status": "complete",
          "orderindex": 1
        }
      ],
      "multiple_assignees": false
    }
  ]
}
object UpdateTaskrequest
{
  "type": "object",
  "title": "UpdateTaskrequest",
  "example": {
    "name": "Updated Task Name",
    "parent": "abc1234",
    "status": "in progress",
    "archived": false,
    "due_date": 1508369194377,
    "priority": 1,
    "watchers": {
      "add": [
        182
      ],
      "rem": [
        183
      ]
    },
    "assignees": {
      "add": [
        182
      ],
      "rem": [
        183
      ]
    },
    "start_date": 1567780450202,
    "description": "Updated Task Content",
    "due_date_time": false,
    "time_estimate": 8640000,
    "start_date_time": false
  },
  "properties": {
    "name": {
      "type": "string"
    },
    "parent": {
      "type": "string",
      "description": "You can move a subtask to another parent task by including `\"parent\"` with a valid `task id`.\\\n \\\nYou cannot convert a subtask to a task by setting `\"parent\"` to `null`."
    },
    "status": {
      "type": "string"
    },
    "archived": {
      "type": "boolean"
    },
    "due_date": {
      "type": "integer",
      "contentEncoding": "int64"
    },
    "priority": {
      "type": "integer",
      "contentEncoding": "int32"
    },
    "watchers": {
      "$ref": "#/components/schemas/Watchers"
    },
    "assignees": {
      "$ref": "#/components/schemas/Assignees"
    },
    "start_date": {
      "type": "integer",
      "contentEncoding": "int64"
    },
    "description": {
      "type": "string",
      "description": "To clear the task description, include `Description` with `\" \"`."
    },
    "due_date_time": {
      "type": "boolean"
    },
    "time_estimate": {
      "type": "integer",
      "contentEncoding": "int32"
    },
    "custom_item_id": {
      "type": [
        "number",
        "null"
      ],
      "description": "To convert an item using a custom task type into a task, send `'null'`. \\\n \\\nTo update this task to be a Milestone, send a value of `1`. \\\n \\\nTo use a custom task type, send the custom task type ID as defined in your Workspace, such as `2`."
    },
    "start_date_time": {
      "type": "boolean"
    }
  },
  "x-examples": [
    {
      "name": "Updated Task Name",
      "parent": "abc1234",
      "status": "in progress",
      "archived": false,
      "due_date": 1508369194377,
      "priority": 1,
      "watchers": {
        "add": [
          182
        ],
        "rem": [
          183
        ]
      },
      "assignees": {
        "add": [
          182
        ],
        "rem": [
          183
        ]
      },
      "start_date": 1567780450202,
      "description": "Updated Task Content",
      "due_date_time": false,
      "time_estimate": 8640000,
      "start_date_time": false
    }
  ]
}
object UpdateTaskresponse
{
  "type": "object",
  "title": "UpdateTaskresponse",
  "example": {
    "id": "9hxX",
    "url": "https://app.clickup.com/t/9hx",
    "list": {
      "id": "123X"
    },
    "name": "Updated Task Name",
    "tags": [],
    "space": {
      "id": "789X"
    },
    "folder": {
      "id": "456X"
    },
    "parent": "abc1234",
    "status": {
      "type": "custom",
      "color": "#d3d3d3",
      "status": "in progress",
      "orderindex": 1
    },
    "creator": {
      "id": 183,
      "color": "#827718",
      "username": "John Doe",
      "profilePicture": "https://attachments-public.clickup.com/profilePictures/183_abc.jpg"
    },
    "archived": false,
    "due_date": null,
    "priority": null,
    "assignees": [],
    "custom_id": null,
    "checklists": [],
    "orderindex": "1.00000000000000000000000000000000",
    "start_date": null,
    "time_spent": null,
    "date_closed": null,
    "description": "Updated Task Content",
    "date_created": "1567780450202",
    "date_updated": "1567780450202",
    "text_content": "Updated Task Content",
    "custom_fields": [
      {
        "id": "0a52c486-5f05-403b-b4fd-c512ff05131cX",
        "name": "My Number field",
        "type": "checkbox",
        "value": "23",
        "required": true,
        "type_config": {},
        "date_created": "1622176979540",
        "hide_from_guests": false
      },
      {
        "id": "03efda77-c7a0-42d3-8afd-fd546353c2f5X",
        "name": "My Text field",
        "type": "short_text",
        "value": "Text field input",
        "required": false,
        "type_config": {},
        "date_created": "1622176979540",
        "hide_from_guests": false
      },
      {
        "id": "f4d2a20d-6759-4420-b853-222dbe2589d5X",
        "name": "My People",
        "type": "users",
        "required": false,
        "type_config": {
          "single_user": true,
          "include_groups": true,
          "include_guests": true,
          "include_team_members": true
        },
        "date_created": "1618440378816",
        "hide_from_guests": false
      }
    ],
    "time_estimate": null
  },
  "properties": {
    "id": {
      "type": "string"
    },
    "url": {
      "type": "string"
    },
    "list": {
      "$ref": "#/components/schemas/List"
    },
    "name": {
      "type": "string"
    },
    "tags": {
      "type": "array",
      "items": {
        "type": "string"
      },
      "description": ""
    },
    "space": {
      "$ref": "#/components/schemas/Space"
    },
    "folder": {
      "$ref": "#/components/schemas/Folder"
    },
    "parent": {
      "type": "string"
    },
    "status": {
      "$ref": "#/components/schemas/Status"
    },
    "creator": {
      "$ref": "#/components/schemas/Creator"
    },
    "archived": {
      "type": "boolean"
    },
    "due_date": {
      "type": [
        "string",
        "null"
      ]
    },
    "priority": {
      "type": [
        "string",
        "null"
      ]
    },
    "assignees": {
      "type": "array",
      "items": {
        "type": "string"
      },
      "description": ""
    },
    "custom_id": {
      "type": [
        "string",
        "null"
      ]
    },
    "checklists": {
      "type": "array",
      "items": {
        "type": "string"
      },
      "description": ""
    },
    "orderindex": {
      "type": "string"
    },
    "start_date": {
      "type": [
        "string",
        "null"
      ]
    },
    "time_spent": {
      "type": [
        "string",
        "null"
      ]
    },
    "date_closed": {
      "type": [
        "string",
        "null"
      ]
    },
    "description": {
      "type": "string"
    },
    "date_created": {
      "type": "string"
    },
    "date_updated": {
      "type": "string"
    },
    "text_content": {
      "type": "string"
    },
    "custom_fields": {
      "type": "array",
      "items": {
        "$ref": "#/components/schemas/CustomFields7"
      },
      "description": ""
    },
    "time_estimate": {
      "type": [
        "string",
        "null"
      ]
    },
    "custom_item_id": {
      "type": [
        "number",
        "null"
      ]
    }
  },
  "x-examples": [
    {
      "id": "9hxX",
      "url": "https://app.clickup.com/t/9hx",
      "list": {
        "id": "123X"
      },
      "name": "Updated Task Name",
      "tags": [],
      "space": {
        "id": "789X"
      },
      "folder": {
        "id": "456X"
      },
      "parent": "abc1234",
      "status": {
        "type": "custom",
        "color": "#d3d3d3",
        "status": "in progress",
        "orderindex": 1
      },
      "creator": {
        "id": 183,
        "color": "#827718",
        "username": "John Doe",
        "profilePicture": "https://attachments-public.clickup.com/profilePictures/183_abc.jpg"
      },
      "archived": false,
      "due_date": null,
      "priority": null,
      "assignees": [],
      "custom_id": null,
      "checklists": [],
      "orderindex": "1.00000000000000000000000000000000",
      "start_date": null,
      "time_spent": null,
      "date_closed": null,
      "description": "Updated Task Content",
      "date_created": "1567780450202",
      "date_updated": "1567780450202",
      "text_content": "Updated Task Content",
      "custom_fields": [
        {
          "id": "0a52c486-5f05-403b-b4fd-c512ff05131cX",
          "name": "My Number field",
          "type": "checkbox",
          "value": "23",
          "required": true,
          "type_config": {},
          "date_created": "1622176979540",
          "hide_from_guests": false
        },
        {
          "id": "03efda77-c7a0-42d3-8afd-fd546353c2f5X",
          "name": "My Text field",
          "type": "short_text",
          "value": "Text field input",
          "required": false,
          "type_config": {},
          "date_created": "1622176979540",
          "hide_from_guests": false
        },
        {
          "id": "f4d2a20d-6759-4420-b853-222dbe2589d5X",
          "name": "My People",
          "type": "users",
          "required": false,
          "type_config": {
            "single_user": true,
            "include_groups": true,
            "include_guests": true,
            "include_team_members": true
          },
          "date_created": "1618440378816",
          "hide_from_guests": false
        }
      ],
      "time_estimate": null
    }
  ]
}
object UpdateTeamrequest
{
  "type": "object",
  "title": "UpdateTeamrequest",
  "example": {
    "name": "New User Group Name",
    "handle": "newusergroupname",
    "members": {
      "add": [
        123456,
        987654
      ],
      "rem": [
        159753
      ]
    }
  },
  "properties": {
    "name": {
      "type": "string"
    },
    "handle": {
      "type": "string"
    },
    "members": {
      "$ref": "#/components/schemas/Members2"
    }
  },
  "x-examples": [
    {
      "name": "New User Group Name",
      "handle": "newusergroupname",
      "members": {
        "add": [
          123456,
          987654
        ],
        "rem": [
          159753
        ]
      }
    }
  ]
}
object UpdateTeamresponse
{
  "type": "object",
  "title": "UpdateTeamresponse",
  "example": {
    "id": "4bfdfcec-6f4f-40a7-b0d6-22660d51870dX",
    "name": "New User Group Name",
    "avatar": {
      "icon": null,
      "color": null,
      "source": null,
      "attachment_id": null
    },
    "handle": "newusergroupname",
    "userid": 301828,
    "members": [
      {
        "id": 201,
        "color": "#40BC86",
        "email": "jim@example.com",
        "initials": "JH",
        "username": "Jim Halpert",
        "profilePicture": null
      },
      {
        "id": 202,
        "color": "#FF8600",
        "email": "dwight@example.com",
        "initials": "DS",
        "username": "Dwight Shrute",
        "profilePicture": null
      }
    ],
    "team_id": "123456",
    "initials": "NN",
    "date_created": "1640122639829"
  },
  "required": [
    "id",
    "team_id",
    "userid",
    "name",
    "handle",
    "date_created",
    "initials",
    "members",
    "avatar"
  ],
  "properties": {
    "id": {
      "type": "string"
    },
    "name": {
      "type": "string"
    },
    "avatar": {
      "$ref": "#/components/schemas/Avatar"
    },
    "handle": {
      "type": "string"
    },
    "userid": {
      "type": "integer",
      "contentEncoding": "int32"
    },
    "members": {
      "type": "array",
      "items": {
        "$ref": "#/components/schemas/Members3"
      },
      "description": ""
    },
    "team_id": {
      "type": "string"
    },
    "initials": {
      "type": "string"
    },
    "date_created": {
      "type": "string"
    }
  },
  "x-examples": [
    {
      "id": "4bfdfcec-6f4f-40a7-b0d6-22660d51870dX",
      "name": "New User Group Name",
      "avatar": {
        "icon": null,
        "color": null,
        "source": null,
        "attachment_id": null
      },
      "handle": "newusergroupname",
      "userid": 301828,
      "members": [
        {
          "id": 201,
          "color": "#40BC86",
          "email": "jim@example.com",
          "initials": "JH",
          "username": "Jim Halpert",
          "profilePicture": null
        },
        {
          "id": 202,
          "color": "#FF8600",
          "email": "dwight@example.com",
          "initials": "DS",
          "username": "Dwight Shrute",
          "profilePicture": null
        }
      ],
      "team_id": "123456",
      "initials": "NN",
      "date_created": "1640122639829"
    }
  ]
}
object UpdateViewrequest
{
  "type": "object",
  "title": "UpdateViewrequest",
  "example": {
    "name": "New View Name",
    "type": "list",
    "divide": {
      "dir": null,
      "field": null,
      "collapsed": []
    },
    "parent": {
      "id": "512X",
      "type": 7
    },
    "columns": {
      "fields": []
    },
    "filters": {
      "op": "AND",
      "fields": [],
      "search": "",
      "show_closed": false
    },
    "sorting": {
      "fields": []
    },
    "grouping": {
      "dir": 1,
      "field": "status",
      "ignore": false,
      "collapsed": []
    },
    "settings": {
      "me_comments": true,
      "me_subtasks": true,
      "show_images": true,
      "me_checklists": true,
      "show_subtasks": 3,
      "show_assignees": true,
      "show_task_locations": false,
      "show_closed_subtasks": false,
      "collapse_empty_columns": null,
      "show_subtask_parent_names": false
    },
    "team_sidebar": {
      "assignees": [],
      "unassigned_tasks": false,
      "assigned_comments": false
    }
  },
  "required": [
    "name",
    "type",
    "parent",
    "grouping",
    "divide",
    "sorting",
    "filters",
    "columns",
    "team_sidebar",
    "settings"
  ],
  "properties": {
    "name": {
      "type": "string"
    },
    "type": {
      "type": "string"
    },
    "divide": {
      "$ref": "#/components/schemas/Divide"
    },
    "parent": {
      "$ref": "#/components/schemas/Parent"
    },
    "columns": {
      "$ref": "#/components/schemas/Columns"
    },
    "filters": {
      "$ref": "#/components/schemas/Filters"
    },
    "sorting": {
      "$ref": "#/components/schemas/Sorting"
    },
    "grouping": {
      "$ref": "#/components/schemas/Grouping"
    },
    "settings": {
      "$ref": "#/components/schemas/Settings"
    },
    "team_sidebar": {
      "$ref": "#/components/schemas/TeamSidebar"
    }
  },
  "x-examples": [
    {
      "name": "New View Name",
      "type": "list",
      "divide": {
        "dir": null,
        "field": null,
        "collapsed": []
      },
      "parent": {
        "id": "512X",
        "type": 7
      },
      "columns": {
        "fields": []
      },
      "filters": {
        "op": "AND",
        "fields": [],
        "search": "",
        "show_closed": false
      },
      "sorting": {
        "fields": []
      },
      "grouping": {
        "dir": 1,
        "field": "status",
        "ignore": false,
        "collapsed": []
      },
      "settings": {
        "me_comments": true,
        "me_subtasks": true,
        "show_images": true,
        "me_checklists": true,
        "show_subtasks": 3,
        "show_assignees": true,
        "show_task_locations": false,
        "show_closed_subtasks": false,
        "collapse_empty_columns": null,
        "show_subtask_parent_names": false
      },
      "team_sidebar": {
        "assignees": [],
        "unassigned_tasks": false,
        "assigned_comments": false
      }
    }
  ]
}
object UpdateViewresponse
{
  "type": "object",
  "title": "UpdateViewresponse",
  "example": {
    "view": {
      "id": "3c-105X",
      "name": "New View Name",
      "type": "list",
      "divide": {
        "dir": null,
        "field": null,
        "collapsed": []
      },
      "parent": {
        "id": "512X",
        "type": 7
      },
      "columns": {
        "fields": []
      },
      "filters": {
        "op": "AND",
        "fields": [],
        "search": "",
        "show_closed": false
      },
      "sorting": {
        "fields": []
      },
      "grouping": {
        "dir": 1,
        "field": "status",
        "ignore": false,
        "collapsed": []
      },
      "settings": {
        "me_comments": true,
        "me_subtasks": true,
        "show_images": true,
        "me_checklists": true,
        "show_subtasks": 3,
        "show_assignees": true,
        "show_task_locations": false,
        "show_closed_subtasks": false,
        "collapse_empty_columns": null,
        "show_subtask_parent_names": false
      },
      "team_sidebar": {
        "assignees": [],
        "unassigned_tasks": false,
        "assigned_comments": false
      }
    }
  },
  "required": [
    "view"
  ],
  "properties": {
    "view": {
      "$ref": "#/components/schemas/View"
    }
  },
  "x-examples": [
    {
      "view": {
        "id": "3c-105X",
        "name": "New View Name",
        "type": "list",
        "divide": {
          "dir": null,
          "field": null,
          "collapsed": []
        },
        "parent": {
          "id": "512X",
          "type": 7
        },
        "columns": {
          "fields": []
        },
        "filters": {
          "op": "AND",
          "fields": [],
          "search": "",
          "show_closed": false
        },
        "sorting": {
          "fields": []
        },
        "grouping": {
          "dir": 1,
          "field": "status",
          "ignore": false,
          "collapsed": []
        },
        "settings": {
          "me_comments": true,
          "me_subtasks": true,
          "show_images": true,
          "me_checklists": true,
          "show_subtasks": 3,
          "show_assignees": true,
          "show_task_locations": false,
          "show_closed_subtasks": false,
          "collapse_empty_columns": null,
          "show_subtask_parent_names": false
        },
        "team_sidebar": {
          "assignees": [],
          "unassigned_tasks": false,
          "assigned_comments": false
        }
      }
    }
  ]
}
object UpdateWebhookrequest
{
  "type": "object",
  "title": "UpdateWebhookrequest",
  "example": {
    "events": "*",
    "status": "active",
    "endpoint": "https://yourdomain.com/webhook"
  },
  "required": [
    "endpoint",
    "events",
    "status"
  ],
  "properties": {
    "events": {
      "type": "string"
    },
    "status": {
      "type": "string"
    },
    "endpoint": {
      "type": "string"
    }
  },
  "x-examples": [
    {
      "events": "*",
      "status": "active",
      "endpoint": "https://yourdomain.com/webhook"
    }
  ]
}
object UpdateWebhookresponse
{
  "type": "object",
  "title": "UpdateWebhookresponse",
  "example": {
    "id": "4b67ac88-e506-4a29-9d42-26e504e3435eX",
    "webhook": {
      "id": "4b67ac88-e506-4a29-9d42-26e504e3435eX",
      "events": [
        "taskCreated",
        "taskUpdated",
        "taskDeleted",
        "taskPriorityUpdated",
        "taskStatusUpdated",
        "taskAssigneeUpdated",
        "taskDueDateUpdated",
        "taskTagUpdated",
        "taskMoved",
        "taskCommentPosted",
        "taskCommentUpdated",
        "taskTimeEstimateUpdated",
        "taskTimeTrackedUpdated",
        "listCreated",
        "listUpdated",
        "listDeleted",
        "folderCreated",
        "folderUpdated",
        "folderDeleted",
        "spaceCreated",
        "spaceUpdated",
        "spaceDeleted",
        "goalCreated",
        "goalUpdated",
        "goalDeleted",
        "keyResultCreated",
        "keyResultUpdated",
        "keyResultDeleted"
      ],
      "health": {
        "status": "active",
        "fail_count": 0
      },
      "secret": "O94IM25S7PXBPYTMNXLLET230SRP0S89COR7B1YOJ2ZIE8WQNK5UUKEF26W0Z5GA",
      "userid": 183,
      "list_id": null,
      "task_id": null,
      "team_id": 108,
      "endpoint": "https://yourdomain.com/webhook",
      "space_id": null,
      "client_id": "QVOQP06ZXC6CMGVFKB0ZT7J9Y7APOYGO",
      "folder_id": null
    }
  },
  "required": [
    "id",
    "webhook"
  ],
  "properties": {
    "id": {
      "type": "string"
    },
    "webhook": {
      "$ref": "#/components/schemas/Webhook"
    }
  },
  "x-examples": [
    {
      "id": "4b67ac88-e506-4a29-9d42-26e504e3435eX",
      "webhook": {
        "id": "4b67ac88-e506-4a29-9d42-26e504e3435eX",
        "events": [
          "taskCreated",
          "taskUpdated",
          "taskDeleted",
          "taskPriorityUpdated",
          "taskStatusUpdated",
          "taskAssigneeUpdated",
          "taskDueDateUpdated",
          "taskTagUpdated",
          "taskMoved",
          "taskCommentPosted",
          "taskCommentUpdated",
          "taskTimeEstimateUpdated",
          "taskTimeTrackedUpdated",
          "listCreated",
          "listUpdated",
          "listDeleted",
          "folderCreated",
          "folderUpdated",
          "folderDeleted",
          "spaceCreated",
          "spaceUpdated",
          "spaceDeleted",
          "goalCreated",
          "goalUpdated",
          "goalDeleted",
          "keyResultCreated",
          "keyResultUpdated",
          "keyResultDeleted"
        ],
        "health": {
          "status": "active",
          "fail_count": 0
        },
        "secret": "O94IM25S7PXBPYTMNXLLET230SRP0S89COR7B1YOJ2ZIE8WQNK5UUKEF26W0Z5GA",
        "userid": 183,
        "list_id": null,
        "task_id": null,
        "team_id": 108,
        "endpoint": "https://yourdomain.com/webhook",
        "space_id": null,
        "client_id": "QVOQP06ZXC6CMGVFKB0ZT7J9Y7APOYGO",
        "folder_id": null
      }
    }
  ]
}
object UpdateatimeEntryrequest
{
  "type": "object",
  "title": "UpdateatimeEntryrequest",
  "example": {
    "end": 1595289495842,
    "tid": "task_id",
    "tags": [
      {
        "name": "name of tag",
        "tag_bg": "#BF55EC",
        "tag_fg": "#FFFFFF"
      }
    ],
    "start": 1595289395842,
    "billable": true,
    "duration": 100000,
    "tag_action": "add",
    "description": ""
  },
  "required": [
    "tags"
  ],
  "properties": {
    "end": {
      "type": "integer",
      "description": "When providing `end`, you must also provide `start`.",
      "contentEncoding": "int64"
    },
    "tid": {
      "type": "string"
    },
    "tags": {
      "type": "array",
      "items": {
        "$ref": "#/components/schemas/Tags6"
      },
      "description": "Users on the Business Plan and above can include a time tracking label."
    },
    "start": {
      "type": "integer",
      "description": "When providing `start`, you must also provide `end`.",
      "contentEncoding": "int64"
    },
    "billable": {
      "type": "boolean"
    },
    "duration": {
      "type": "integer",
      "contentEncoding": "int32"
    },
    "tag_action": {
      "type": "string"
    },
    "description": {
      "type": "string"
    }
  },
  "x-examples": [
    {
      "end": 1595289495842,
      "tid": "task_id",
      "tags": [
        {
          "name": "name of tag",
          "tag_bg": "#BF55EC",
          "tag_fg": "#FFFFFF"
        }
      ],
      "start": 1595289395842,
      "billable": true,
      "duration": 100000,
      "tag_action": "add",
      "description": ""
    }
  ]
}
object User
{
  "type": "object",
  "title": "User",
  "example": {
    "id": 123,
    "color": "#000000",
    "username": "John Doe",
    "profilePicture": "https://clickup.com/avatar.jpg"
  },
  "required": [
    "id",
    "username",
    "color",
    "profilePicture"
  ],
  "properties": {
    "id": {
      "type": "integer",
      "contentEncoding": "int32"
    },
    "color": {
      "type": "string"
    },
    "username": {
      "type": "string"
    },
    "profilePicture": {
      "type": "string"
    }
  },
  "x-examples": [
    {
      "id": 123,
      "color": "#000000",
      "username": "John Doe",
      "profilePicture": "https://clickup.com/avatar.jpg"
    }
  ]
}
object User13
{
  "type": "object",
  "title": "User13",
  "example": {
    "id": 1,
    "color": "#795548",
    "email": "johndoe@gmail.com",
    "initials": "JD",
    "username": "John Doe",
    "profilePicture": null
  },
  "required": [
    "id",
    "username",
    "email",
    "color",
    "initials",
    "profilePicture"
  ],
  "properties": {
    "id": {
      "type": "integer",
      "contentEncoding": "int32"
    },
    "color": {
      "type": "string"
    },
    "email": {
      "type": "string"
    },
    "initials": {
      "type": "string"
    },
    "username": {
      "type": "string"
    },
    "profilePicture": {
      "type": [
        "string",
        "null"
      ]
    }
  },
  "x-examples": [
    {
      "id": 1,
      "color": "#795548",
      "email": "johndoe@gmail.com",
      "initials": "JD",
      "username": "John Doe",
      "profilePicture": null
    }
  ]
}
object User2
{
  "type": "object",
  "title": "User2",
  "example": {
    "id": 183,
    "color": "#827718",
    "email": "johndoe@gmail.com",
    "initials": "JD",
    "username": "John Doe",
    "profilePicture": "https://attachments-public.clickup.com/profilePictures/183_abc.jpg"
  },
  "required": [
    "id",
    "username",
    "initials",
    "email",
    "color",
    "profilePicture"
  ],
  "properties": {
    "id": {
      "type": "integer",
      "contentEncoding": "int32"
    },
    "color": {
      "type": "string"
    },
    "email": {
      "type": "string"
    },
    "initials": {
      "type": "string"
    },
    "username": {
      "type": "string"
    },
    "profilePicture": {
      "type": "string"
    }
  },
  "x-examples": [
    {
      "id": 183,
      "color": "#827718",
      "email": "johndoe@gmail.com",
      "initials": "JD",
      "username": "John Doe",
      "profilePicture": "https://attachments-public.clickup.com/profilePictures/183_abc.jpg"
    }
  ]
}
object User21
{
  "type": "object",
  "title": "User21",
  "example": {
    "id": 184,
    "role": 3,
    "color": null,
    "email": "user@example.com",
    "initials": "G",
    "username": "User Name",
    "custom_role": {
      "id": 998877,
      "name": "member custom"
    },
    "date_joined": null,
    "last_active": null,
    "date_invited": "1583358383412",
    "profilePicture": null
  },
  "properties": {
    "id": {
      "type": "integer",
      "contentEncoding": "int32"
    },
    "role": {
      "type": "integer",
      "description": "Owner = 1, Admin = 2, Member = 3, Guest = 4",
      "contentEncoding": "int32"
    },
    "color": {
      "type": [
        "string",
        "null"
      ]
    },
    "email": {
      "type": "string"
    },
    "initials": {
      "type": "string"
    },
    "username": {
      "type": "string"
    },
    "custom_role": {
      "$ref": "#/components/schemas/CustomRole"
    },
    "date_joined": {
      "type": [
        "string",
        "null"
      ]
    },
    "last_active": {
      "type": [
        "string",
        "null"
      ]
    },
    "date_invited": {
      "type": "string"
    },
    "profilePicture": {
      "type": [
        "string",
        "null"
      ]
    }
  },
  "x-examples": [
    {
      "id": 184,
      "role": 3,
      "color": null,
      "email": "user@example.com",
      "initials": "G",
      "username": "User Name",
      "custom_role": {
        "id": 998877,
        "name": "member custom"
      },
      "date_joined": null,
      "last_active": null,
      "date_invited": "1583358383412",
      "profilePicture": null
    }
  ]
}
object User5
{
  "type": "object",
  "title": "User5",
  "example": {
    "id": 184,
    "role": 4,
    "color": null,
    "email": "guest@example.com",
    "initials": "G",
    "username": null,
    "custom_role": {
      "id": 12345,
      "name": "guest custom"
    },
    "date_joined": null,
    "last_active": null,
    "date_invited": "1583358383412",
    "profilePicture": null
  },
  "required": [
    "id",
    "username",
    "email",
    "color",
    "profilePicture",
    "initials",
    "role",
    "custom_role",
    "last_active",
    "date_joined",
    "date_invited"
  ],
  "properties": {
    "id": {
      "type": "integer",
      "contentEncoding": "int32"
    },
    "role": {
      "type": "integer",
      "contentEncoding": "int32"
    },
    "color": {
      "type": [
        "string",
        "null"
      ]
    },
    "email": {
      "type": "string"
    },
    "initials": {
      "type": "string"
    },
    "username": {
      "type": [
        "string",
        "null"
      ]
    },
    "custom_role": {
      "$ref": "#/components/schemas/CustomRole"
    },
    "date_joined": {
      "type": [
        "string",
        "null"
      ]
    },
    "last_active": {
      "type": [
        "string",
        "null"
      ]
    },
    "date_invited": {
      "type": "string"
    },
    "profilePicture": {
      "type": [
        "string",
        "null"
      ]
    }
  },
  "x-examples": [
    {
      "id": 184,
      "role": 4,
      "color": null,
      "email": "guest@example.com",
      "initials": "G",
      "username": null,
      "custom_role": {
        "id": 12345,
        "name": "guest custom"
      },
      "date_joined": null,
      "last_active": null,
      "date_invited": "1583358383412",
      "profilePicture": null
    }
  ]
}
object User7
{
  "type": "object",
  "title": "User7",
  "example": {
    "id": 184,
    "role": 4,
    "color": null,
    "email": "guest@example.com",
    "initials": "G",
    "username": null,
    "date_joined": null,
    "last_active": null,
    "date_invited": "1583358383412",
    "profilePicture": null
  },
  "required": [
    "id",
    "username",
    "email",
    "color",
    "profilePicture",
    "initials",
    "role",
    "last_active",
    "date_joined",
    "date_invited"
  ],
  "properties": {
    "id": {
      "type": "integer",
      "contentEncoding": "int32"
    },
    "role": {
      "type": "integer",
      "contentEncoding": "int32"
    },
    "color": {
      "type": [
        "string",
        "null"
      ]
    },
    "email": {
      "type": "string"
    },
    "initials": {
      "type": "string"
    },
    "username": {
      "type": [
        "string",
        "null"
      ]
    },
    "date_joined": {
      "type": [
        "string",
        "null"
      ]
    },
    "last_active": {
      "type": [
        "string",
        "null"
      ]
    },
    "date_invited": {
      "type": "string"
    },
    "profilePicture": {
      "type": [
        "string",
        "null"
      ]
    }
  },
  "x-examples": [
    {
      "id": 184,
      "role": 4,
      "color": null,
      "email": "guest@example.com",
      "initials": "G",
      "username": null,
      "date_joined": null,
      "last_active": null,
      "date_invited": "1583358383412",
      "profilePicture": null
    }
  ]
}
object Value
{
  "type": "object",
  "title": "Value",
  "properties": {
    "id": {
      "type": "integer",
      "contentEncoding": "int32"
    },
    "color": {
      "type": "string"
    },
    "email": {
      "type": "string"
    },
    "initials": {
      "type": "string"
    },
    "username": {
      "type": "string"
    },
    "profilePicture": {
      "type": [
        "string",
        "null"
      ]
    }
  }
}
object Value1
{
  "type": "object",
  "title": "Value1",
  "example": {
    "id": 183,
    "color": "#7b68ee",
    "email": "john@example.com",
    "initials": "JD",
    "username": "John Doe",
    "profilePicture": null
  },
  "required": [
    "id",
    "username",
    "email",
    "color",
    "initials",
    "profilePicture"
  ],
  "properties": {
    "id": {
      "type": "integer",
      "contentEncoding": "int32"
    },
    "color": {
      "type": "string"
    },
    "email": {
      "type": "string"
    },
    "initials": {
      "type": "string"
    },
    "username": {
      "type": "string"
    },
    "profilePicture": {
      "type": [
        "string",
        "null"
      ]
    }
  },
  "x-examples": [
    {
      "id": 183,
      "color": "#7b68ee",
      "email": "john@example.com",
      "initials": "JD",
      "username": "John Doe",
      "profilePicture": null
    }
  ]
}
object Value2
{
  "type": "object",
  "title": "Value2",
  "example": [
    "This is a text CF"
  ],
  "required": [
    "value"
  ],
  "properties": {
    "value": {
      "type": "string"
    }
  }
}
object View
{
  "type": "object",
  "title": "View",
  "example": {
    "id": "3c-105X",
    "name": "New Team View Name",
    "type": "list",
    "divide": {
      "dir": null,
      "field": null,
      "collapsed": []
    },
    "parent": {
      "id": "512X",
      "type": 7
    },
    "columns": {
      "fields": []
    },
    "filters": {
      "op": "AND",
      "fields": [],
      "search": "",
      "show_closed": false
    },
    "sorting": {
      "fields": {
        "dir": -1,
        "idx": 0,
        "field": "cf_624a423a-c1d1-4467-99e2-63e225658cb2"
      }
    },
    "grouping": {
      "dir": 1,
      "field": "status",
      "ignore": false,
      "collapsed": []
    },
    "settings": {
      "me_comments": true,
      "me_subtasks": true,
      "show_images": true,
      "me_checklists": true,
      "show_subtasks": 3,
      "show_assignees": true,
      "show_task_locations": false,
      "show_closed_subtasks": false,
      "collapse_empty_columns": null,
      "show_subtask_parent_names": false
    },
    "team_sidebar": {
      "assignees": [],
      "unassigned_tasks": false,
      "assigned_comments": false
    }
  },
  "required": [
    "id",
    "name",
    "type",
    "parent",
    "grouping",
    "divide",
    "sorting",
    "filters",
    "columns",
    "team_sidebar",
    "settings"
  ],
  "properties": {
    "id": {
      "type": "string"
    },
    "name": {
      "type": "string"
    },
    "type": {
      "type": "string"
    },
    "divide": {
      "$ref": "#/components/schemas/Divide"
    },
    "parent": {
      "$ref": "#/components/schemas/Parent"
    },
    "columns": {
      "$ref": "#/components/schemas/Columns"
    },
    "filters": {
      "$ref": "#/components/schemas/Filters"
    },
    "sorting": {
      "$ref": "#/components/schemas/Sorting"
    },
    "grouping": {
      "$ref": "#/components/schemas/Grouping"
    },
    "settings": {
      "$ref": "#/components/schemas/Settings"
    },
    "team_sidebar": {
      "$ref": "#/components/schemas/TeamSidebar"
    }
  },
  "x-examples": [
    {
      "id": "3c-105X",
      "name": "New Team View Name",
      "type": "list",
      "divide": {
        "dir": null,
        "field": null,
        "collapsed": []
      },
      "parent": {
        "id": "512X",
        "type": 7
      },
      "columns": {
        "fields": []
      },
      "filters": {
        "op": "AND",
        "fields": [],
        "search": "",
        "show_closed": false
      },
      "sorting": {
        "fields": {
          "dir": -1,
          "idx": 0,
          "field": "cf_624a423a-c1d1-4467-99e2-63e225658cb2"
        }
      },
      "grouping": {
        "dir": 1,
        "field": "status",
        "ignore": false,
        "collapsed": []
      },
      "settings": {
        "me_comments": true,
        "me_subtasks": true,
        "show_images": true,
        "me_checklists": true,
        "show_subtasks": 3,
        "show_assignees": true,
        "show_task_locations": false,
        "show_closed_subtasks": false,
        "collapse_empty_columns": null,
        "show_subtask_parent_names": false
      },
      "team_sidebar": {
        "assignees": [],
        "unassigned_tasks": false,
        "assigned_comments": false
      }
    }
  ]
}
object ViewsDeleteViewByIdResponse
{
  "type": "object",
  "example": {},
  "x-examples": [
    {}
  ],
  "contentMediaType": "application/json"
}
object Watchers
{
  "type": "object",
  "title": "Watchers",
  "example": {
    "add": [
      182,
      121
    ],
    "rem": [
      183,
      122
    ]
  },
  "required": [
    "add",
    "rem"
  ],
  "properties": {
    "add": {
      "type": "array",
      "items": {
        "type": "integer",
        "contentEncoding": "int32"
      },
      "description": ""
    },
    "rem": {
      "type": "array",
      "items": {
        "type": "integer",
        "contentEncoding": "int32"
      },
      "description": ""
    }
  },
  "x-examples": [
    {
      "add": [
        182,
        121
      ],
      "rem": [
        183,
        122
      ]
    }
  ]
}
object Watchers1
{
  "type": "object",
  "title": "Watchers1",
  "example": {
    "id": 123,
    "color": "#000000",
    "email": "johndoe@website.com",
    "username": "John Doe",
    "profilePicture": "https://clickup.com/avatar.jpg"
  },
  "required": [
    "id",
    "username",
    "color",
    "email",
    "profilePicture"
  ],
  "properties": {
    "id": {
      "type": "integer",
      "contentEncoding": "int32"
    },
    "color": {
      "type": "string"
    },
    "email": {
      "type": "string"
    },
    "username": {
      "type": "string"
    },
    "profilePicture": {
      "type": "string"
    }
  },
  "x-examples": [
    {
      "id": 123,
      "color": "#000000",
      "email": "johndoe@website.com",
      "username": "John Doe",
      "profilePicture": "https://clickup.com/avatar.jpg"
    }
  ]
}
object Webhook
{
  "type": "object",
  "title": "Webhook",
  "example": {
    "id": "4b67ac88-e506-4a29-9d42-26e504e3435eX",
    "events": [
      "taskCreated",
      "taskUpdated",
      "taskDeleted",
      "taskPriorityUpdated",
      "taskStatusUpdated",
      "taskAssigneeUpdated",
      "taskDueDateUpdated",
      "taskTagUpdated",
      "taskMoved",
      "taskCommentPosted",
      "taskCommentUpdated",
      "taskTimeEstimateUpdated",
      "taskTimeTrackedUpdated",
      "listCreated",
      "listUpdated",
      "listDeleted",
      "folderCreated",
      "folderUpdated",
      "folderDeleted",
      "spaceCreated",
      "spaceUpdated",
      "spaceDeleted",
      "goalCreated",
      "goalUpdated",
      "goalDeleted",
      "keyResultCreated",
      "keyResultUpdated",
      "keyResultDeleted"
    ],
    "health": {
      "status": "active",
      "fail_count": 0
    },
    "secret": "O94IM25S7PXBPYTMNXLLET230SRP0S89COR7B1YOJ2ZIE8WQNK5UUKEF26W0Z5GA",
    "userid": 183,
    "list_id": null,
    "task_id": null,
    "team_id": 108,
    "endpoint": "https://yourdomain.com/webhook",
    "space_id": null,
    "client_id": "QVOQP06ZXC6CMGVFKB0ZT7J9Y7APOYGO",
    "folder_id": null
  },
  "required": [
    "id",
    "userid",
    "team_id",
    "endpoint",
    "client_id",
    "events",
    "task_id",
    "list_id",
    "folder_id",
    "space_id",
    "health",
    "secret"
  ],
  "properties": {
    "id": {
      "type": "string"
    },
    "events": {
      "type": "array",
      "items": {
        "type": "string"
      },
      "description": ""
    },
    "health": {
      "$ref": "#/components/schemas/Health"
    },
    "secret": {
      "type": "string"
    },
    "userid": {
      "type": "integer",
      "contentEncoding": "int32"
    },
    "list_id": {
      "type": [
        "string",
        "null"
      ]
    },
    "task_id": {
      "type": [
        "string",
        "null"
      ]
    },
    "team_id": {
      "type": "integer",
      "contentEncoding": "int32"
    },
    "endpoint": {
      "type": "string"
    },
    "space_id": {
      "type": [
        "string",
        "null"
      ]
    },
    "client_id": {
      "type": "string"
    },
    "folder_id": {
      "type": [
        "string",
        "null"
      ]
    }
  },
  "x-examples": [
    {
      "id": "4b67ac88-e506-4a29-9d42-26e504e3435eX",
      "events": [
        "taskCreated",
        "taskUpdated",
        "taskDeleted",
        "taskPriorityUpdated",
        "taskStatusUpdated",
        "taskAssigneeUpdated",
        "taskDueDateUpdated",
        "taskTagUpdated",
        "taskMoved",
        "taskCommentPosted",
        "taskCommentUpdated",
        "taskTimeEstimateUpdated",
        "taskTimeTrackedUpdated",
        "listCreated",
        "listUpdated",
        "listDeleted",
        "folderCreated",
        "folderUpdated",
        "folderDeleted",
        "spaceCreated",
        "spaceUpdated",
        "spaceDeleted",
        "goalCreated",
        "goalUpdated",
        "goalDeleted",
        "keyResultCreated",
        "keyResultUpdated",
        "keyResultDeleted"
      ],
      "health": {
        "status": "active",
        "fail_count": 0
      },
      "secret": "O94IM25S7PXBPYTMNXLLET230SRP0S89COR7B1YOJ2ZIE8WQNK5UUKEF26W0Z5GA",
      "userid": 183,
      "list_id": null,
      "task_id": null,
      "team_id": 108,
      "endpoint": "https://yourdomain.com/webhook",
      "space_id": null,
      "client_id": "QVOQP06ZXC6CMGVFKB0ZT7J9Y7APOYGO",
      "folder_id": null
    }
  ]
}
object WebhooksRemoveWebhookByIdResponse
{
  "type": "object",
  "example": {},
  "x-examples": [
    {}
  ],
  "contentMediaType": "application/json"
}
object Zoom
{
  "type": "object",
  "title": "Zoom",
  "example": {
    "enabled": false
  },
  "required": [
    "enabled"
  ],
  "properties": {
    "enabled": {
      "type": "boolean"
    }
  },
  "x-examples": [
    {
      "enabled": false
    }
  ]
}