You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
 
 
 
 
 
 

35 lines
885 B

---
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