diff --git a/index.html b/index.html index 53fabf968e..e4477093c6 100644 --- a/index.html +++ b/index.html @@ -733,8 +733,8 @@
Response
"currencyList": [ { "flag": "xyz789", - "fractionDigits": 987, - "id": "4", + "fractionDigits": 123, + "id": 4, "name": "xyz789", "symbol": "abc123" } @@ -801,10 +801,10 @@
Response
"feesInformation": FeesInformation, "lightningAddressDomain": "xyz789", "lightningAddressDomainAliases": [ - "xyz789" + "abc123" ], "network": "mainnet", - "nodesIds": ["xyz789"], + "nodesIds": ["abc123"], "supportedCountries": [Country] } } @@ -959,7 +959,7 @@
Response
"id": 4, "language": Language, "phone": Phone, - "totpEnabled": true, + "totpEnabled": false, "username": Username } } @@ -1011,8 +1011,8 @@
Response
"data": { "mobileVersions": [ { - "currentSupported": 123, - "minSupported": 987, + "currentSupported": 987, + "minSupported": 123, "platform": "xyz789" } ] @@ -2421,7 +2421,7 @@
Response
"data": { "captchaRequestAuthCode": { "errors": [Error], - "success": false + "success": true } } } @@ -2502,7 +2502,7 @@
Response
"data": { "deviceNotificationTokenCreate": { "errors": [Error], - "success": true + "success": false } } } @@ -2581,7 +2581,10 @@
Response
{
   "data": {
-    "feedbackSubmit": {"errors": [Error], "success": true}
+    "feedbackSubmit": {
+      "errors": [Error],
+      "success": false
+    }
   }
 }
 
@@ -5264,7 +5267,7 @@
Response
"userLogin": { "authToken": AuthToken, "errors": [Error], - "totpRequired": true + "totpRequired": false } } } @@ -5347,7 +5350,7 @@
Response
"userLoginUpgrade": { "authToken": AuthToken, "errors": [Error], - "success": true + "success": false } } } @@ -5426,7 +5429,7 @@
Response
{
   "data": {
-    "userLogout": {"errors": [Error], "success": false}
+    "userLogout": {"errors": [Error], "success": true}
   }
 }
 
@@ -5560,7 +5563,7 @@
Response
"data": { "userPhoneRegistrationInitiate": { "errors": [Error], - "success": false + "success": true } } } @@ -6582,11 +6585,11 @@
Example
{
   "callbackEndpoints": [CallbackEndpoint],
-  "csvTransactions": "xyz789",
+  "csvTransactions": "abc123",
   "defaultWallet": PublicWallet,
   "defaultWalletId": WalletId,
   "displayCurrency": DisplayCurrency,
-  "id": 4,
+  "id": "4",
   "invoices": InvoiceConnection,
   "level": "ONE",
   "limits": AccountLimits,
@@ -7307,7 +7310,7 @@ 
Example
{
   "authToken": AuthToken,
   "errors": [Error],
-  "totpRequired": false
+  "totpRequired": true
 }
 
@@ -7600,15 +7603,6 @@
Description
-
-
Example
- - -
true
-
- - -
@@ -7651,7 +7645,7 @@
Example
{
-  "commitHash": "abc123",
+  "commitHash": "xyz789",
   "helmRevision": 987
 }
 
@@ -7941,7 +7935,7 @@
Example
{
   "challengeCode": "abc123",
-  "failbackMode": false,
+  "failbackMode": true,
   "id": "xyz789",
   "newCaptcha": false
 }
@@ -8014,11 +8008,11 @@ 
Example
{
-  "challengeCode": "abc123",
+  "challengeCode": "xyz789",
   "channel": "SMS",
   "phone": Phone,
   "secCode": "abc123",
-  "validationCode": "xyz789"
+  "validationCode": "abc123"
 }
 
@@ -8330,7 +8324,7 @@
Example
"defaultWallet": PublicWallet, "defaultWalletId": WalletId, "displayCurrency": DisplayCurrency, - "id": "4", + "id": 4, "invoices": InvoiceConnection, "level": "ONE", "limits": AccountLimits, @@ -8552,9 +8546,9 @@
Example
{
   "flag": "abc123",
-  "fractionDigits": 123,
+  "fractionDigits": 987,
   "id": 4,
-  "name": "abc123",
+  "name": "xyz789",
   "symbol": "abc123"
 }
 
@@ -8607,9 +8601,9 @@
Example
{
-  "minBankFee": "xyz789",
+  "minBankFee": "abc123",
   "minBankFeeThreshold": "xyz789",
-  "ratio": "xyz789"
+  "ratio": "abc123"
 }
 
@@ -8651,7 +8645,7 @@
Fields
Example
-
{"deviceToken": "xyz789"}
+                    
{"deviceToken": "abc123"}
 
@@ -9073,7 +9067,7 @@
Description
Example
-
987.65
+                    
123.45
 
@@ -9152,12 +9146,12 @@
Example
{
   "buildInformation": BuildInformation,
   "feesInformation": FeesInformation,
-  "lightningAddressDomain": "xyz789",
+  "lightningAddressDomain": "abc123",
   "lightningAddressDomainAliases": [
-    "abc123"
+    "xyz789"
   ],
   "network": "mainnet",
-  "nodesIds": ["xyz789"],
+  "nodesIds": ["abc123"],
   "supportedCountries": [Country]
 }
 
@@ -9213,7 +9207,7 @@
Example
{
   "code": "xyz789",
-  "message": "xyz789",
+  "message": "abc123",
   "path": ["xyz789"]
 }
 
@@ -9475,7 +9469,7 @@
Description
Example
-
123
+                    
987
 
@@ -9615,10 +9609,10 @@
Example
{
   "amount": SatAmount,
-  "displayCurrencyPerSat": 987.65,
+  "displayCurrencyPerSat": 123.45,
   "transaction": Transaction,
   "txNotificationType": "IntraLedgerPayment",
-  "usdPerSat": 123.45,
+  "usdPerSat": 987.65,
   "walletId": WalletId
 }
 
@@ -9876,7 +9870,7 @@
Example
{
-  "cursor": "abc123",
+  "cursor": "xyz789",
   "node": Invoice
 }
 
@@ -11381,7 +11375,7 @@
Example
{
   "amount": SatAmount,
-  "lnurl": "xyz789",
+  "lnurl": "abc123",
   "walletId": WalletId
 }
 
@@ -12631,7 +12625,7 @@
Example
{
-  "endCursor": "xyz789",
+  "endCursor": "abc123",
   "hasNextPage": true,
   "hasPreviousPage": true,
   "startCursor": "xyz789"
@@ -12952,9 +12946,9 @@ 
Example
{
   "base": 9007199254740991,
-  "currencyUnit": "abc123",
+  "currencyUnit": "xyz789",
   "formattedAmount": "abc123",
-  "offset": 987
+  "offset": 123
 }
 
@@ -13230,8 +13224,8 @@
Example
{
   "base": 9007199254740991,
-  "currencyUnit": "abc123",
-  "offset": 123
+  "currencyUnit": "xyz789",
+  "offset": 987
 }
 
@@ -13298,9 +13292,9 @@
Example
{
   "base": 9007199254740991,
-  "currencyUnit": "xyz789",
+  "currencyUnit": "abc123",
   "formattedAmount": "xyz789",
-  "offset": 123
+  "offset": 987
 }
 
@@ -13361,7 +13355,7 @@
Example
{
   "base": 9007199254740991,
   "currencyUnit": "xyz789",
-  "offset": 987
+  "offset": 123
 }
 
@@ -13510,11 +13504,7 @@
Fields
Example
-
{
-  "currency": "BTC",
-  "id": "4",
-  "walletCurrency": "BTC"
-}
+                    
{"currency": "BTC", "id": 4, "walletCurrency": "BTC"}
 
@@ -13573,8 +13563,8 @@
Example
{
   "amount": SatAmount,
-  "completed": true,
-  "id": "4",
+  "completed": false,
+  "id": 4,
   "notBefore": 1592577642
 }
 
@@ -14237,7 +14227,7 @@
Example
{
   "arrivalInMempoolEstimatedAt": 1592577642,
   "transactionHash": OnChainTxHash,
-  "vout": 123
+  "vout": 987
 }
 
@@ -14359,7 +14349,7 @@
Fields
Example
-
{"errors": [Error], "success": true}
+                    
{"errors": [Error], "success": false}
 
@@ -14927,7 +14917,7 @@
Example
{
   "authToken": AuthToken,
   "errors": [Error],
-  "success": false
+  "success": true
 }
 
@@ -15188,7 +15178,7 @@
Example
{
-  "accountId": "4",
+  "accountId": 4,
   "balance": SignedAmount,
   "id": "4",
   "invoiceByPaymentHash": Invoice,
@@ -16830,7 +16820,7 @@ 
Example
{
-  "accountId": "4",
+  "accountId": 4,
   "balance": SignedAmount,
   "id": 4,
   "invoiceByPaymentHash": Invoice,