Browse Source

fix: update schedule type in API docs

master
Daniel 3 years ago
parent
commit
190d56e07b
No known key found for this signature in database
GPG Key ID: 3FB015F7E1AA3AFB
  1. 4
      docs/api/wallet-rpc.yaml

4
docs/api/wallet-rpc.yaml

@ -722,6 +722,8 @@ components:
coinjoin_in_process:
type: boolean
schedule:
type: array
items:
type: array
items:
oneOf:
@ -903,6 +905,8 @@ components:
- schedule
properties:
schedule:
type: array
items:
type: array
items:
oneOf:

Loading…
Cancel
Save