Skip to content

Commit

Permalink
Update rates_api.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
writedocs-integration committed Aug 20, 2024
1 parent cbaca33 commit c28a464
Showing 1 changed file with 6 additions and 2 deletions.
8 changes: 6 additions & 2 deletions openAPI/rates_api.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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.
⚠️<small> Required if `buy_amount` not informed. </small>⚠️
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.
⚠️<small> Required if `sell_amount` not informed. </small>⚠️
schema:
type: number
responses:
Expand Down

0 comments on commit c28a464

Please sign in to comment.