Create Item Publishing
POST {{protocol}}://{{instance_zuid}}.{{instances_api_url}}/{{instances_api_version}}/content/models/{{content_model_zuid}}/items/{{item_zuid}}/publishings
Available request body property values.
| name | description |
|---|---|
version | [number] Required. The specific item version you want to be published |
publishAt | [date] the date that the item will be published. If "now" is provided, the item will be published immediately |
unpublishAt | [date] the date the item will be unpublished. If "never" is provided, the item will be published forever, starting from the publishAt date |
Request Body
{"version"=>1, "publishAt"=>"now", "unpublishAt"=>"never"}
HEADERS
| Key | Datatype | Required | Description |
|---|---|---|---|
Content-Type | string |