PageOfflineRequest Data Type

Request for taking a page offline

Properties
name data type constraints description
alllang boolean required boolean True if all languages shall be taken offline, false if not
at number required int Timestamp to take the page offline at a specific time, 0 for taking the page offline immediately

Example

{
  "alllang" : true,
  "at" : 12345
}