---
|
|
post:
|
|
description: Remove pages
|
|
requestBody:
|
|
required: true
|
|
content:
|
|
application/x-www-form-urlencoded:
|
|
schema:
|
|
type: object
|
|
properties:
|
|
items:
|
|
type: array
|
|
items:
|
|
type: string
|
|
last:
|
|
type: string
|
|
enum:
|
|
- on
|
|
- off
|
|
description: Remove last version of the pages only
|
|
create_redirect:
|
|
$ref: schemas-TikiBoolean.yaml
|
|
destpage:
|
|
type: string
|
|
description: Specify the page name of the redirect if creating one
|
|
responses:
|
|
'200':
|
|
description: remove pages response
|
|
content:
|
|
application/json:
|
|
schema:
|
|
type: object
|
|
properties:
|
|
feedback:
|
|
type: object
|