fix(docs): Fixed table formatting

This commit is contained in:
Данил 2025-01-17 15:52:19 +03:00
parent b6490ca65a
commit 87d19540f8

View file

@ -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