Canva · Schema

MoveFolderItemRequest

Request body for moving an item to a folder

AppsAutomationBrand ManagementCollaborationDesignGraphicsMarketingPrintTemplatesVisual Content

Properties

Name Type Description
item_id string The ID of the item to move
item_type string The type of item to move
View JSON Schema on GitHub

JSON Schema

canva-connect-move-folder-item-request-schema.json Raw ↑
{
  "$schema": "https://json-schema.org/draft/2020-12/schema",
  "title": "MoveFolderItemRequest",
  "type": "object",
  "description": "Request body for moving an item to a folder",
  "properties": {
    "item_id": {
      "type": "string",
      "description": "The ID of the item to move"
    },
    "item_type": {
      "type": "string",
      "description": "The type of item to move"
    }
  }
}