Update Live Collection Item(s)

Update a single published item or multiple published items (up to 100) in a Collection

Localization Tip
Items will only be updated in the primary locale, unless a cmsLocaleId is included in the request.

Required scope | CMS:write

Path parameters

collection_idstringRequiredformat: "objectid"
Unique identifier for a Collection

Headers

AuthorizationstringRequired

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

Query parameters

skipInvalidFilesbooleanOptionalDefaults to true
If true, invalid file uploads will be skipped and the request will still be successful. If false, the request will fail if any file uploads are invalid.

Request

Details of the live items to update
itemslist of objectsOptional

Response

Request was successful
itemslist of objects or null
List of Items within the collection

Errors