swag-payments/spec/paths/processing@me@activate.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

16 lines
342 B
YAML

put:
description: Activate my party
operationId: activateMyParty
tags:
- Parties
parameters:
- $ref: "#/parameters/requestID"
- $ref: "#/parameters/deadline"
responses:
"204":
description: Party activated
"401":
$ref: "#/responses/Unauthorized"
"400":
$ref: "#/responses/DefaultLogicError"