Newer Version Available

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

Attachment Input: New File Upload

This request body isn’t available in version 32.0 and later. In version 32.0 and later, use Content Capability Input.

Important

To upload a new file, provide the binary file in a multipart/form-data body part where name="feedItemFileUpload". See Uploading Binary Files.
XML
The attachmentType property is an attribute of the <attachment> element. For example:
JSON
Properties
Name Type Description Available Version
attachmentType String The attachment type. Must contain the value NewFile. 27.0–31.0
desc String Description of the file.

This parameter should not be used as of version 27.0. Use description instead.

Attention

23.0–26.0
description String Optional. Description of the file. 27.0–31.0
title String Title of the file. 24.0–31.0