Adjust optional fields in docs

This commit is contained in:
kexkey
2019-12-06 16:55:30 -05:00
committed by kexkey
parent 94e988507e
commit 97913730e1
2 changed files with 1 additions and 2 deletions

View File

@@ -786,7 +786,7 @@ Proxy response:
### Create a Lightning Network invoice (called by application)
Returns a LN invoice. Label must be unique. Description will be used by your user for payment. Expiry is in seconds. If msatoshi is not supplied, will use "any" (ie donation invoice). callbackUrl is optional.
Returns a LN invoice. Label must be unique. Description will be used by your user for payment. Expiry is in seconds and optional. If msatoshi is not supplied, will use "any" (ie donation invoice). callbackUrl is optional.
```http
POST http://cyphernode:8888/ln_create_invoice

View File

@@ -1389,7 +1389,6 @@ paths:
required:
- "label"
- "description"
- "expiry"
properties:
msatoshi:
type: "integer"