{
  "args": {
    "channel_id": {
      "desc": "Channel ID of the channel the canvas will be tabbed in. This is a required field for free teams.",
      "required": false,
      "type": "string"
    },
    "document_content": {
      "desc": "Structure describing the type and value of the content to create",
      "example": "{\"type\": \"markdown\", \"markdown\": \"> standalone canvas!\"}",
      "required": false
    },
    "title": {
      "desc": "Title of the newly created canvas",
      "example": "Your Brilliant Title",
      "required": false,
      "type": "string"
    }
  },
  "desc": "Create canvas for a user",
  "errors": {
    "canvas_creation_failed": "Canvas was unable to be created.",
    "canvas_disabled_user_team": "Canvas is disabled on user's team",
    "free_teams_cannot_create_non_tabbed_canvases": "Free teams cannot create non-tabbed standalone canvases",
    "restricted_action": "User does not have permission to perform this action."
  },
  "rate_limit": {
    "label": "Tier 2: 20+ per minute",
    "url": "https://docs.slack.dev/apis/web-api/rate-limits"
  },
  "scopes": {
    "bot": [
      {
        "name": "canvases:write",
        "url": "https://docs.slack.dev/reference/scopes/canvases.write"
      }
    ],
    "user": [
      {
        "name": "canvases:write",
        "url": "https://docs.slack.dev/reference/scopes/canvases.write"
      }
    ]
  }
}

