Publish Collection Items

Publish items in a Collection.

Authentication

AuthorizationBearer

Bearer authentication of the form Bearer <token>, where token is your auth token.

Path parameters

collection_idstringRequiredformat: "uuid"
Unique identifier for a Collection

Headers

Accept-VersionstringOptional
The API version

Request

The collection item ids to publish
itemIdslist of stringsOptional
Array of item ids to publish

Response

Request was successful
publishedItemIdslist of strings or null
Array of published item ids
errorslist of strings or null
Array of errors

Errors