Publish a single item
To publish or schedule a content item, use the following endpoint:
PATCH: /content_items/{id}/{locale}/publishOptionally a UNIX timestamp can be sent with the request to schedule the item to be published at a later time.
{
// UNIX Timestamp
"publish_on" : 2342321312
}If the request is successful the API will return status code 200.
This endpoint will trigger the content_item.published event.
Last updated on