MultiPagePublishRequest Data Type

Request for publishing many pages

Properties
name data type constraints description
ids array of string   Get the page ids
foregroundTime number  
keepPublishAt boolean required boolean
Properties inherited from PagePublishRequest
message string   Get the message
alllang boolean required boolean Get true if all languages shall be published, false if not
at number required int Get the timestamp to publish the page at a specific time, 0 for publishing the page immediately
keepVersion boolean required boolean True if the currently set "publishAt" version shall be kept (and only the publishAt time shall be changed). If there is no publishAt set, or the page is published immediately, this parameter is ignored.

Example

{
  "ids" : [ "...", "..." ],
  "foregroundTime" : 12345,
  "keepPublishAt" : true,
  "message" : "...",
  "alllang" : true,
  "at" : 12345,
  "keepVersion" : true
}