mirror of
https://github.com/arnaucube/hermez-node.git
synced 2026-02-07 03:16:45 +01:00
API add pending withdraws filter on GET /exits
This commit is contained in:
@@ -286,6 +286,12 @@ paths:
|
||||
required: false
|
||||
schema:
|
||||
$ref: '#/components/schemas/BatchNum'
|
||||
- name: onlyPendingWithdraws
|
||||
in: query
|
||||
description: Get exits with pending withdrawals.
|
||||
required: false
|
||||
schema:
|
||||
type: boolean
|
||||
- name: fromItem
|
||||
in: query
|
||||
required: false
|
||||
|
||||
Reference in New Issue
Block a user