mirror of
https://github.com/valitydev/swag-payments.git
synced 2024-11-06 09:35:22 +00:00
93f37761be
* Translate into eng * Markdown fixes * Spelling fixes * Spelling fixes * Yaml fixes * Update openapi config
21 lines
533 B
YAML
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"
|