mirror of
https://github.com/JoinMarket-Org/joinmarket-clientserver.git
synced 2026-08-20 13:37:23 +02:00
fix: update schedule type in API docs
This commit is contained in:
parent
57d14765a8
commit
190d56e07b
1 changed files with 10 additions and 6 deletions
|
|
@ -724,9 +724,11 @@ components:
|
|||
schedule:
|
||||
type: array
|
||||
items:
|
||||
oneOf:
|
||||
- type: string
|
||||
- type: integer
|
||||
type: array
|
||||
items:
|
||||
oneOf:
|
||||
- type: string
|
||||
- type: integer
|
||||
wallet_name:
|
||||
type: string
|
||||
example: wallet.jmdat
|
||||
|
|
@ -905,9 +907,11 @@ components:
|
|||
schedule:
|
||||
type: array
|
||||
items:
|
||||
oneOf:
|
||||
- type: string
|
||||
- type: integer
|
||||
type: array
|
||||
items:
|
||||
oneOf:
|
||||
- type: string
|
||||
- type: integer
|
||||
LockWalletResponse:
|
||||
type: object
|
||||
required:
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue