Create Live Collection Item

POST

Create live Item in a Collection. This Item will be published to the live site. To create items across multiple locales, please use this endpoint. Required scope | CMS:write

Path parameters

collection_idstringRequired

Unique identifier for a Collection

Request

This endpoint expects an object.
cmsLocaleIdstringOptional

Identifier for the locale of the CMS item

isArchivedbooleanOptionalDefaults to false

Boolean determining if the Item is set to archived

isDraftbooleanOptionalDefaults to false

Boolean determining if the Item is set to draft

fieldDataobjectOptional

Response

Request was successful

idstring

Unique identifier for the Item

cmsLocaleIdstringOptional

Identifier for the locale of the CMS item

lastPublishedstringOptional

The date the item was last published

lastUpdatedstringOptional

The date the item was last updated

createdOnstringOptional

The date the item was created

isArchivedbooleanOptionalDefaults to false

Boolean determining if the Item is set to archived

isDraftbooleanOptionalDefaults to false

Boolean determining if the Item is set to draft

fieldDataobjectOptional

Errors