PageIdSetRequest Data Type

Request containing a list of page IDs and a flag for whether all language variants of the specified pages shall be affected

Properties
name data type description
alllangs boolean True if all language variants of the given pages shall be affected, false if not
Properties inherited from IdSetRequest
ids array of string List of IDs contained in the request

Example

{
  "alllangs" : true,
  "ids" : [ "...", "..." ]
}