swag-payments/spec/paths/processing@countries@{countryID}.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

19 lines
447 B
YAML

get:
description: Get country data by country identifier
tags:
- Countries
operationId: getCountryByID
parameters:
- $ref: "#/parameters/requestID"
- $ref: "#/parameters/deadline"
- $ref: "#/parameters/countryID"
responses:
"200":
description: Country found
schema:
$ref: "#/definitions/Country"
"404":
$ref: "#/responses/NotFound"
"400":
$ref: "#/responses/DefaultLogicError"