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

17 lines
267 B
YAML

type: object
properties:
offer_id:
type: integer
description: Offer ID
share:
type: integer
description: Percentage of Traffic Sent to This Offer
state:
type: string
enum:
- active
- disabled
required:
- offer_id
- share