Request for publishing many pages
name | data type | description |
---|---|---|
ids | array of string | Get the page ids |
foregroundTime | number | |
keepPublishAt | boolean | |
Properties inherited from PagePublishRequest |
||
message | string | Get the message |
alllang | boolean | Get true if all languages shall be published, false if not |
at | number | Get the timestamp to publish the page at a specific time, 0 for publishing the page immediately |
Example
{ "ids" : [ "...", "..." ], "foregroundTime" : 12345, "keepPublishAt" : true, "message" : "...", "alllang" : true, "at" : 12345 }