mirror of
https://github.com/Redume/Kekkai.git
synced 2025-02-23 12:43:12 +03:00
fix(docs): Fixed table formatting
This commit is contained in:
parent
b6490ca65a
commit
87d19540f8
1 changed files with 6 additions and 6 deletions
|
@ -46,12 +46,12 @@ Currencies are identified by standard three-letter `ISO 4217` currency codes.
|
||||||
```
|
```
|
||||||
|
|
||||||
### Query Parameters
|
### Query Parameters
|
||||||
| Parameter | Description |
|
| Parameter | Description |
|
||||||
|-----------------|------------------------------------------------------------------------|
|
|-------------------|------------------------------------------------------------------------|
|
||||||
| `from_currency`* | `ISO 4217` code of the currency from which the conversion takes place |
|
| `from_currency`* | `ISO 4217` code of the currency from which the conversion takes place |
|
||||||
| `conv_currency`* | `ISO 4217` code of the currency to which the conversion is performed |
|
| `conv_currency`* | `ISO 4217` code of the currency to which the conversion is performed |
|
||||||
| `date`* | Currency rate date in the format `YYYYY-DD-MM` |
|
| `date`* | Currency rate date in the format `YYYYY-DD-MM` |
|
||||||
| `conv_amount` | Multiplier for number conversion (Optional)
|
| `conv_amount` | Multiplier for number conversion (Optional) |
|
||||||
|
|
||||||
`*` - Required arguments
|
`*` - Required arguments
|
||||||
|
|
||||||
|
|
Loading…
Add table
Reference in a new issue