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. 16
      docs/api/wallet-rpc.yaml

16
docs/api/wallet-rpc.yaml

@ -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…
Cancel
Save