Newer Version Available

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

Content Capability Input

Create or update a file associated with a feed element.
Root XML tag
1<contentCapability>
2   <contentDocumentId>069D00000001pyS</contentDocumentId>
3</contentCapability>
JSON example
1{
2   "contentDocumentId": "069D00000001pyS"
3}
Properties
Name Type Description Required or Optional Available Version
contentDocumentId String ID of the existing content. Required for existing content

Not supported for new content

32.0
description String Description of the file to be uploaded. Optional for new content

Not supported for existing content

32.0
sharingOption String Sharing option of the file. Values are:
  • Allowed—Resharing of the file is allowed.
  • Restricted—Resharing of the file is restricted.
Optional 35.0
title String Title of the file. This value is used as the file name for new content. For example, if the title is My Title, and the file is a .txt file, the file name is My Title.txt. Required for new content

Not supported for existing content

32.0