Newer Version Available

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

Files Connect Item Input

The item type ID and fields of the item type.
Root XML tag
<contentHubInputItem>
JSON example
1{
2   "itemTypeId" : "file",
3   "fields" : [
4   {
5      "name" : "name",
6      "value" : "Content Hub Simple Create Specs"
7   },
8   {
9      "name" : "description",
10      "value" : "Document explaining the various connect api endpoints required for simple create"
11   }]
12}
Properties
Name Type Description Required or Optional Available Version
fields Files Connect Field Value Input[] List of fields for the item to be created. Required to create a SharePoint file in a repository because the file name is required; otherwise optional 35.0
itemTypeId String ID of the item type. Required to create a file in a repository 35.0