mirror of
https://github.com/valitydev/swag-payments.git
synced 2024-11-06 09:35:22 +00:00
93f37761be
* Translate into eng * Markdown fixes * Spelling fixes * Spelling fixes * Yaml fixes * Update openapi config
19 lines
447 B
YAML
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"
|