Skip to content

Commit

Permalink
docs(fee): update swagger description to match fees (#81)
Browse files Browse the repository at this point in the history
This addes to change in documentation in #78 by moving the
`QuoteResponse` fee entries to under `quote` from nested under
`fiatAccount`.
  • Loading branch information
XrayBravoGolf committed Sep 9, 2022
1 parent 6c778cd commit 0cf6831
Showing 1 changed file with 6 additions and 6 deletions.
12 changes: 6 additions & 6 deletions swagger.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -132,6 +132,12 @@ definitions:
type: "string"
cryptoAmount:
type: "string"
fee?:
type: "string"
feeType?:
$ref: '#/definitions/FeeType'
feeFrequency?:
$ref: '#/definitions/FeeFrequency'
quoteId:
type: "string"
guaranteedUntil:
Expand Down Expand Up @@ -179,12 +185,6 @@ definitions:
type: "array"
items:
$ref: '#/definitions/FiatAccountSchemaEnum'
fee?:
type: "string"
feeType?:
$ref: '#/definitions/FeeType'
feeFrequency?:
$ref: '#/definitions/FeeFrequency'
settlementTimeLowerBound?:
type: "string"
settlementTimeUpperBound?:
Expand Down

0 comments on commit 0cf6831

Please sign in to comment.