Canvas Capability Input

Create or update a canvas app associated with a feed element.
Root XML tag
<canvasCapability>
   <developerName>true</developerName>
   <title>true</title>
</canvasCapability>
JSON example
{
   "developerName": "myNewApp",
   "title": "My New App"
}
Properties
Name Type Description Required or Optional Available Version
description String A description of the canvas app. The maximum size is 255 characters. Optional 32.0
developerName String The API name (developer name) of the connected app. Required 32.0
height String The height of the canvas app in pixels. Optional 32.0
namespacePrefix String A unique namespace prefix for the canvas app. Optional 32.0
parameters String JSON parameters passed to the canvas app. Optional 32.0
thumbnailUrl String A thumbnail URL to a preview image. The maximum thumbnail size is 120 pixels by 120 pixels. Optional 32.0
title String A title for the canvas link. Required 32.0