swag-payments/spec/paths/processing@shops@{shopID}@suspend.yaml
Pavel Popov 93f37761be
Translate into eng (#72)
* Translate into eng

* Markdown fixes

* Spelling fixes

* Spelling fixes

* Yaml fixes

* Update openapi config
2023-08-07 18:44:56 +07:00

21 lines
533 B
YAML

put:
description: >
Suspend the shop. This type of requests is processed by the platform
automatically and is executed immediately after sending.
operationId: suspendShop
tags:
- Shops
parameters:
- $ref: "#/parameters/requestID"
- $ref: "#/parameters/deadline"
- $ref: "#/parameters/shopID"
responses:
"204":
description: Shop suspended
"404":
$ref: "#/responses/NotFound"
"401":
$ref: "#/responses/Unauthorized"
"400":
$ref: "#/responses/DefaultLogicError"