Newer Version Available

This content describes an older version of this product. View Latest

CMS Contents Publish (Beta)

Publish content.

This feature is a Beta Service. Customer may opt to try such Beta Service in its sole discretion. Any use of the Beta Service is subject to the applicable Beta Services Terms provided at Agreements and Terms.

Note

Resource
1/connect/cms/contents/publish
Available version
55.0
Requires Chatter
No
HTTP methods
POST
Request body for POST
Root XML tag
<ManagedContentPublishInput>
JSON example
1{
2"channelIds": ["0apx0000000GmanAAC"],
3"description": "Test Description",
4"contentIds": ["20YRM0000000CPi2AM"]
5}
Properties
Name Type Description Required or Optional Available Version
channelIds String[] IDs of channels to publish content to. Specified channels must be associated with the same content space of the contentIds. If unspecified, content is published to all associated channels of the content’s space. Optional 55.0
contentIds String[] IDs of content to publish. Required 55.0
description String Description for publish action. Optional 55.0
variantIds String[] Reserved for future use. Optional 55.0
Response body for POST
Managed Content Publish