mirror of
https://github.com/valitydev/swag-payments.git
synced 2024-11-06 01:25:22 +00:00
93f37761be
* Translate into eng * Markdown fixes * Spelling fixes * Spelling fixes * Yaml fixes * Update openapi config
16 lines
340 B
YAML
16 lines
340 B
YAML
put:
|
|
description: Suspend my party
|
|
operationId: suspendMyParty
|
|
tags:
|
|
- Parties
|
|
parameters:
|
|
- $ref: "#/parameters/requestID"
|
|
- $ref: "#/parameters/deadline"
|
|
responses:
|
|
"204":
|
|
description: Party suspended
|
|
"401":
|
|
$ref: "#/responses/Unauthorized"
|
|
"400":
|
|
$ref: "#/responses/DefaultLogicError"
|