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
Array of published item ids
errorslist of strings
Array of errors

Errors

400
Bad Request Error
401
Unauthorized Error
404
Not Found Error
429
Too Many Requests Error
500
Internal Server Error