mirror of
https://github.com/lightningnetwork/lnd.git
synced 2025-01-19 14:45:23 +01:00
17 lines
466 B
YAML
17 lines
466 B
YAML
|
type: google.api.Service
|
||
|
config_version: 3
|
||
|
|
||
|
http:
|
||
|
rules:
|
||
|
- selector: invoicesrpc.Invoices.SubscribeSingleInvoice
|
||
|
get: "/v2/invoices/subscribe/{r_hash}"
|
||
|
- selector: invoicesrpc.Invoices.CancelInvoice
|
||
|
post: "/v2/invoices/cancel"
|
||
|
body: "*"
|
||
|
- selector: invoicesrpc.Invoices.AddHoldInvoice
|
||
|
post: "/v2/invoices/hodl"
|
||
|
body: "*"
|
||
|
- selector: invoicesrpc.Invoices.SettleInvoice
|
||
|
post: "/v2/invoices/settle"
|
||
|
body: "*"
|