diff --git a/static/admin-api-reference.html b/static/admin-api-reference.html index 2e57755..5bd1764 100644 --- a/static/admin-api-reference.html +++ b/static/admin-api-reference.html @@ -47,6 +47,7 @@
{"userId": 4}
+ {"userId": "4"}
@@ -775,9 +776,9 @@ Response
"lightningInvoice": {
"confirmedAt": 1592577642,
"createdAt": 1592577642,
- "description": "xyz789",
+ "description": "abc123",
"expiresAt": 1592577642,
- "isSettled": true,
+ "isSettled": false,
"received": SatAmount,
"request": LnPaymentRequest,
"secretPreImage": LnPaymentPreImage
@@ -998,7 +999,7 @@ Response
{
"coordinates": Coordinates,
"createdAt": 1592577642,
- "id": "4",
+ "id": 4,
"title": "xyz789",
"username": Username,
"validated": true
@@ -1116,7 +1117,7 @@ Response
"transactionById": {
"createdAt": 1592577642,
"direction": "RECEIVE",
- "id": 4,
+ "id": "4",
"initiationVia": InitiationViaIntraLedger,
"memo": Memo,
"settlementAmount": SignedAmount,
@@ -1258,6 +1259,133 @@ Response
]
}
}
+
+
+