clickup · Schema

UpdateFolderRequest

Request body for updating an existing Folder.

Properties

Name Type Description
name string The updated name of the Folder.
View JSON Schema on GitHub

JSON Schema

clickup-updatefolderrequest-schema.json Raw ↑
{
  "$schema": "https://json-schema.org/draft/2020-12/schema",
  "$id": "#/components/schemas/UpdateFolderRequest",
  "title": "UpdateFolderRequest",
  "type": "object",
  "description": "Request body for updating an existing Folder.",
  "properties": {
    "name": {
      "type": "string",
      "description": "The updated name of the Folder."
    }
  }
}