32 lines
717 B
YAML
32 lines
717 B
YAML
post:
|
|
tags:
|
|
- Clicks
|
|
security:
|
|
- ApiKeyAuth: []
|
|
summary: Get clicks
|
|
description: Returns clicks information.
|
|
requestBody:
|
|
description: Clicks information.
|
|
required: true
|
|
content:
|
|
application/json:
|
|
schema:
|
|
$ref: ../schemas/ClickRequest.yaml
|
|
responses:
|
|
'200':
|
|
description: Clicks
|
|
content:
|
|
application/json:
|
|
schema:
|
|
$ref: ../schemas/Report.yaml
|
|
'400':
|
|
$ref: ../responses/BadRequest.yaml
|
|
'401':
|
|
$ref: ../responses/Unauthorized.yaml
|
|
'402':
|
|
$ref: ../responses/PaymentRequired.yaml
|
|
'406':
|
|
$ref: ../responses/NotAcceptable.yaml
|
|
'500':
|
|
$ref: ../responses/InternalError.yaml
|