Files Capability Input

Attach up to 10 files that have already been uploaded or remove one or more files from a feed element.
XML example
1<files>
2   <items>
3      <file>
4         <id>069D00000001IOh</id>
5      </file>
6      <file>
7         <id>069D00000002IOg</id>
8      </file>
9   </items>
10</files>
JSON example
1{
2   "items": [
3      {
4      "id": "069D00000001IOh",
5      "operationType": "add"
6      },
7      {
8      "id": "069D00000002IOg",
9      "operationType": "add"
10      }
11   ]
12}
Properties
Name Type Description Required or Optional Available Version
items File ID Input[] A collection of file IDs and the operations to be carried out on the files. Required 36.0