mirror of
https://github.com/JoinMarket-Org/joinmarket-clientserver.git
synced 2026-08-20 13:37:23 +02:00
docs: add flag to session response spec
This commit is contained in:
parent
cde5cfb413
commit
12bcbe1aa1
1 changed files with 3 additions and 0 deletions
|
|
@ -713,6 +713,7 @@ components:
|
|||
- session
|
||||
- maker_running
|
||||
- coinjoin_in_process
|
||||
- coinjoin_is_part_of_schedule
|
||||
- wallet_name
|
||||
properties:
|
||||
session:
|
||||
|
|
@ -721,6 +722,8 @@ components:
|
|||
type: boolean
|
||||
coinjoin_in_process:
|
||||
type: boolean
|
||||
coinjoin_is_part_of_schedule:
|
||||
type: boolean
|
||||
wallet_name:
|
||||
type: string
|
||||
example: wallet.jmdat
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue