keitaro-api-skill/references/schemas/LandingRequest.yaml

50 lines
869 B
YAML

type: object
properties:
name:
description: Landing page name
type: string
action_payload:
description: Action payload
oneOf:
- type: string
- type: object
group_id:
description: Group ID
type: string
state:
type: string
enum:
- active
- disabled
- deleted
default: active
landing_type:
description: Landing page type
type: string
default: local
enum:
- local
- external
- preloaded
- action
action_type:
description: Action type
type: string
default: local_file
enum:
- local_file
- http
- curl
- status404
- show_text
- show_html
url:
description: URL
type: string
archive:
description: ZIP-file encoded to base64.
type: string
notes:
description: Notes
type: string