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

17 lines
256 B
YAML

type: object
properties:
landing_id:
type: integer
description: Landing Page ID
share:
type: integer
description: Share among others
state:
type: string
enum:
- active
- disabled
required:
- landing_id
- share