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

34 lines
797 B
YAML

post:
tags:
- Affiliate networks
security:
- ApiKeyAuth: []
parameters:
- name: id
in: path
description: Affiliate network ID
required: true
schema:
type: integer
summary: Restore affiliate network
description: Restore a affiliate network
responses:
'201':
description: Restore a affiliate network
content:
application/json:
schema:
$ref: ../schemas/AffiliateNetwork.yaml
'400':
$ref: ../responses/BadRequest.yaml
'401':
$ref: ../responses/Unauthorized.yaml
'402':
$ref: ../responses/PaymentRequired.yaml
'404':
$ref: ../responses/NotFound.yaml
'406':
$ref: ../responses/NotAcceptable.yaml
'500':
$ref: ../responses/InternalError.yaml