mirror of
https://github.com/aljazceru/cyphernode.git
synced 2026-01-31 18:24:26 +01:00
Adjust optional fields in docs
This commit is contained in:
@@ -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
|
||||
|
||||
@@ -1389,7 +1389,6 @@ paths:
|
||||
required:
|
||||
- "label"
|
||||
- "description"
|
||||
- "expiry"
|
||||
properties:
|
||||
msatoshi:
|
||||
type: "integer"
|
||||
|
||||
Reference in New Issue
Block a user