Skip to content

Commit

Permalink
fix: remove minimum balance for all balances operation (#227)
Browse files Browse the repository at this point in the history
  • Loading branch information
paul-nicolas authored Apr 13, 2023
1 parent 87e842b commit 991b720
Showing 1 changed file with 0 additions and 3 deletions.
3 changes: 0 additions & 3 deletions pkg/api/controllers/swagger.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -163,7 +163,6 @@ paths:
schema:
type: integer
format: int64
minimum: 0
example: 2400
- name: balanceOperator
in: query
Expand Down Expand Up @@ -1339,7 +1338,6 @@ components:
additionalProperties:
type: integer
format: int64
minimum: 0
example:
COIN: 100

Expand All @@ -1360,7 +1358,6 @@ components:
additionalProperties:
type: integer
format: int64
minimum: 0
example:
USD: 100
EUR: 12
Expand Down

0 comments on commit 991b720

Please sign in to comment.