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: schedule:
type: array type: array
items: items:
oneOf: type: array
- type: string items:
- type: integer oneOf:
- type: string
- type: integer
wallet_name: wallet_name:
type: string type: string
example: wallet.jmdat example: wallet.jmdat
@ -905,9 +907,11 @@ components:
schedule: schedule:
type: array type: array
items: items:
oneOf: type: array
- type: string items:
- type: integer oneOf:
- type: string
- type: integer
LockWalletResponse: LockWalletResponse:
type: object type: object
required: required:

Loading…
Cancel
Save