Canva · Schema

CreateReplyRequest

Request body for creating a reply to a comment

AppsAutomationBrand ManagementCollaborationDesignGraphicsMarketingPrintTemplatesVisual Content

Properties

Name Type Description
message string Reply text (1-2048 characters)
View JSON Schema on GitHub

JSON Schema

canva-connect-create-reply-request-schema.json Raw ↑
{
  "$schema": "https://json-schema.org/draft/2020-12/schema",
  "title": "CreateReplyRequest",
  "type": "object",
  "description": "Request body for creating a reply to a comment",
  "properties": {
    "message": {
      "type": "string",
      "description": "Reply text (1-2048 characters)"
    }
  }
}