diff --git a/specifications/api/swagger.yaml b/specifications/api/swagger.yaml index f52731e5b97..430377dbac0 100644 --- a/specifications/api/swagger.yaml +++ b/specifications/api/swagger.yaml @@ -1399,6 +1399,16 @@ x-parametersWithdrawal: ¶metersWithdrawal schema: type: boolean +x-parametersMinWithdrawal: ¶metersMinWithdrawal + in: query + name: minWithdrawal + description: | + Returns only transactions that have withdrawals above the given amount. This is particularly useful to list + all transactions with non-empty withdrawals. + schema: + type: integer + minimum: 0 + ############################################################################# # # # RESPONSES # @@ -2000,6 +2010,7 @@ paths: - *parametersStartDate - *parametersEndDate - *parametersSortOrder + - *parametersMinWithdrawal responses: *responsesListTransactions /wallets/{walletId}/transactions/{transactionId}: