keitaro-api-skill/references/paths/landing_pages_id_restore.yaml

34 lines
763 B
YAML

post:
tags:
- Landing pages
security:
- ApiKeyAuth: []
parameters:
- name: id
in: path
description: Landing page ID
required: true
schema:
type: integer
summary: Restore landing page
description: Restore a landing page
responses:
'201':
description: Restore a landing page
content:
application/json:
schema:
$ref: ../schemas/Landing.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