Batch Create Item Publishings

Publishes multiple content items at once. This endpoint requires that all content items belong to the same content model.

Request body is an array of objects. Each object represents a content item. Available object property values:

Body: raw JSON

namedescription
ZUID[string] Required. The ZUID of the content item to be published.
version[int] Required. The specific item version you want to be published.
publishAt[date] Required. The date that the item will be published. If "now" is provided, the item will be published immediately.
unpublishAt[date] Required. The date the item will be unpublished. If "never" is provided, the item will be published forever, starting from the publishAt date.
Language
Authorization
Header
URL