Newer Version Available

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

Batch Input

A single batch input to nest in a batch collection input.
JSON example
Example without a binary part:
Example with a binary part:
In this example, the name parameter in the Content-Disposition header of the binary body part must have the value bin1.
Properties
Name Type Description Required or Optional Available Version
binaryPartNames String[] List of the name parameters in the Content-Disposition header of the binary body parts to include with this input. If this value exists, the corresponding binary part must be included in the request.

When used with the /chatter/feed-elements/batch resource, this property can contain only one value, not a list of values.

Note

Optional 32.0
richInput An input body (request body) for the request. The richInput property must contain the request body that the resource expects.

The /chatter/feed-elements/batch resource expects a Feed Item Input request body.

Required 32.0