From 87d19540f865da1c1e1f6063bb51abec99325fae Mon Sep 17 00:00:00 2001 From: Redume Date: Fri, 17 Jan 2025 15:52:19 +0300 Subject: [PATCH] fix(docs): Fixed table formatting --- docs/endpoints/get-rate.md | 12 ++++++------ 1 file changed, 6 insertions(+), 6 deletions(-) diff --git a/docs/endpoints/get-rate.md b/docs/endpoints/get-rate.md index cdaa431..2cde3bc 100644 --- a/docs/endpoints/get-rate.md +++ b/docs/endpoints/get-rate.md @@ -46,12 +46,12 @@ Currencies are identified by standard three-letter `ISO 4217` currency codes. ``` ### Query Parameters -| Parameter | Description | -|-----------------|------------------------------------------------------------------------| -| `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 | -| `date`* | Currency rate date in the format `YYYYY-DD-MM` | -| `conv_amount` | Multiplier for number conversion (Optional) +| Parameter | Description | +|-------------------|------------------------------------------------------------------------| +| `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 | +| `date`* | Currency rate date in the format `YYYYY-DD-MM` | +| `conv_amount` | Multiplier for number conversion (Optional) | `*` - Required arguments