mirror of
https://github.com/valitydev/swag-fraudbusters.git
synced 2024-11-06 18:15:19 +00:00
16 lines
469 B
YAML
16 lines
469 B
YAML
post:
|
|
summary: Загрузка изменений по платежу
|
|
operationId: insertPaymentsChanges
|
|
tags:
|
|
- load-data
|
|
requestBody:
|
|
content:
|
|
application/json:
|
|
schema:
|
|
$ref: '../components/requests/PaymentsChangesRequest.yaml'
|
|
responses:
|
|
'201':
|
|
description: Изменения по платежу успешно сохранены
|
|
'400':
|
|
$ref: '../components/responses/BadResponse.yaml'
|