Newer Version Available

This content describes an older version of this product. View Latest

Extensions Capability Input

Create or update extensions associated with a feed element.
Root XML tag
<extensionsCapability>
JSON example
1{
2   "itemsToAdd": {
3      "items": [{
4         "extensionId": "extensionId1",
5         "payload": "eyJkb2N1bWVudF9pZCI6ICIxMjM0NSJ9",
6         "textRepresentation": "http://salesforce.quip.com?id=1234",
7         "payloadVersion": "0.1"
8          }
9      ]
10   },
11   "itemsToRemove": ["attachmentId2","attachmentId3"]
12}
Properties
Name Type Description Required or Optional Available Version
itemsToAdd Extension Input[] Collection of extensions to associate with the feed element. Required for creating an extension (POST)

Optional for updating an extension (PATCH)

40.0
itemsToRemove String[] List of attachment IDs to remove from the feed element. Optional for updating an extension (PATCH)

Don’t specify for creating an extension (POST)

41.0