callbackUrl now optional on ln_create_invoice

This commit is contained in:
kexkey
2019-12-06 16:37:59 -05:00
committed by kexkey
parent f69f80389a
commit f80fd8d5e9
4 changed files with 16 additions and 6 deletions

View File

@@ -1399,6 +1399,9 @@ paths:
type: "string"
expiry:
type: "integer"
callbackUrl:
type: "string"
format: "url"
responses:
'200':
description: "successful operation"