swag-payments/spec/paths/processing@contracts@{contractID}@adjustments.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

23 lines
576 B
YAML

get:
description: Get all adjustments to the specified contract
operationId: getContractAdjustments
tags:
- Contracts
parameters:
- $ref: "#/parameters/requestID"
- $ref: "#/parameters/deadline"
- $ref: "#/parameters/contractID"
responses:
"200":
description: List of contract adjustments
schema:
type: array
items:
$ref: "#/definitions/ContractAdjustment"
"404":
$ref: "#/responses/NotFound"
"401":
$ref: "#/responses/Unauthorized"
"400":
$ref: "#/responses/DefaultLogicError"