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

23 lines
455 B
YAML

type: object
properties:
range:
$ref: ../schemas/RangeRequest.yaml
limit:
type: number
description: Clicks Request Limit. Either 'limit' or 'range' Parameters are a Must.
offset:
type: number
description: Offset rows
columns:
type: array
items:
type: string
filters:
type: array
items:
$ref: ../schemas/FilterRequest.yaml
sort:
type: array
items:
$ref: ../schemas/SortRequest.yaml