diff --git a/openAPI/rates_api.yml b/openAPI/rates_api.yml index 20b1166..922387b 100644 --- a/openAPI/rates_api.yml +++ b/openAPI/rates_api.yml @@ -51,13 +51,17 @@ paths: - name: sell_amount in: query required: false - description: The amount of fiat currency you want to sell. ⚠️ Required if `buy_amount` not informed. ⚠️ + description: | + The amount of fiat currency you want to sell. + ⚠️ Required if `buy_amount` not informed. ⚠️ schema: type: number - name: buy_amount in: query required: false - description: The amount of cryptocurrency you want to buy. ⚠️ Required if `sell_amount` not informed. ⚠️ + description: | + The amount of cryptocurrency you want to buy. + ⚠️ Required if `sell_amount` not informed. ⚠️ schema: type: number responses: