keitaro-api-skill/references/paths/affiliate_networks_deleted....

25 lines
610 B
YAML

get:
tags:
- Affiliate networks
security:
- ApiKeyAuth: []
summary: Get deleted affiliate networks
description: Get deleted affiliate networks
responses:
'200':
description: Returns deleted affiliate networks
content:
application/json:
schema:
type: array
items:
$ref: ../schemas/AffiliateNetwork.yaml
'400':
$ref: ../responses/BadRequest.yaml
'401':
$ref: ../responses/Unauthorized.yaml
'402':
$ref: ../responses/PaymentRequired.yaml
'500':
$ref: ../responses/InternalError.yaml