Request containing a list of page IDs and a flag for whether all language variants of the specified pages shall be affected
| name | data type | constraints | description |
|---|---|---|---|
| alllangs | boolean | required 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" : [ "...", "..." ]
}