@@ -134,7 +134,7 @@ exports.genInvoice = (req,res) => {
134134* type: integer
135135* description: msatoshi
136136* amount_msat:
137- * type: string
137+ * type: number
138138* description: amount_msat
139139* status:
140140* type: string
@@ -146,7 +146,7 @@ exports.genInvoice = (req,res) => {
146146* type: integer
147147* description: msatoshi_received
148148* amount_received_msat:
149- * type: string
149+ * type: number
150150* description: amount_received_msat
151151* paid_at:
152152* type: integer
@@ -335,7 +335,7 @@ exports.delInvoice = (req,res) => {
335335* type: string
336336* description: UNIX timestamp of when it will become / became unpayable
337337* amount_msat:
338- * type: string
338+ * type: number
339339* description: the amount required to pay this invoice
340340* bolt11:
341341* type: string
@@ -347,7 +347,7 @@ exports.delInvoice = (req,res) => {
347347* type: string
348348* description: If status is "paid", unique incrementing index for this payment
349349* amount_received_msat:
350- * type: string
350+ * type: number
351351* description: If status is "paid", the amount actually received
352352* paid_at:
353353* type: string
@@ -419,7 +419,7 @@ exports.waitInvoice = (req,res) => {
419419* type: string
420420* description: UNIX timestamp of when it will become / became unpayable
421421* amount_msat:
422- * type: string
422+ * type: number
423423* description: the amount required to pay this invoice
424424* bolt11:
425425* type: string
@@ -431,7 +431,7 @@ exports.waitInvoice = (req,res) => {
431431* type: string
432432* description: If status is "paid", unique incrementing index for this payment
433433* amount_received_msat:
434- * type: string
434+ * type: number
435435* description: If status is "paid", the amount actually received
436436* paid_at:
437437* type: string
0 commit comments