diff --git a/index.html b/index.html index fadd8cbeb3..b20b499099 100644 --- a/index.html +++ b/index.html @@ -660,7 +660,7 @@
Response
"data": { "currencyList": [ { - "flag": "abc123", + "flag": "xyz789", "fractionDigits": 123, "id": "4", "name": "xyz789", @@ -729,10 +729,10 @@
Response
"feesInformation": FeesInformation, "lightningAddressDomain": "xyz789", "lightningAddressDomainAliases": [ - "abc123" + "xyz789" ], "network": "mainnet", - "nodesIds": ["xyz789"], + "nodesIds": ["abc123"], "supportedCountries": [Country] } } @@ -1057,7 +1057,7 @@
Response
"createdAt": 1592577642, "defaultAccount": Account, "email": Email, - "id": 4, + "id": "4", "language": Language, "phone": Phone, "totpEnabled": true, @@ -1114,7 +1114,7 @@
Response
{ "currentSupported": 987, "minSupported": 123, - "platform": "xyz789" + "platform": "abc123" } ] } @@ -1533,7 +1533,7 @@
Response
"realtimePrice": { "btcSatPrice": PriceOfOneSatInMinorUnit, "denominatorCurrency": DisplayCurrency, - "id": "4", + "id": 4, "timestamp": 1592577642, "usdCentPrice": PriceOfOneUsdCentInMinorUnit } @@ -2387,7 +2387,7 @@
Response
"data": { "callbackEndpointDelete": { "errors": [Error], - "success": false + "success": true } } } @@ -2522,7 +2522,7 @@
Response
"data": { "captchaRequestAuthCode": { "errors": [Error], - "success": true + "success": false } } } @@ -2603,7 +2603,7 @@
Response
"data": { "deviceNotificationTokenCreate": { "errors": [Error], - "success": false + "success": true } } } @@ -5451,7 +5451,7 @@
Response
"userLogin": { "authToken": AuthToken, "errors": [Error], - "totpRequired": true + "totpRequired": false } } } @@ -6950,11 +6950,11 @@
Example
{
   "callbackEndpoints": [CallbackEndpoint],
-  "csvTransactions": "abc123",
+  "csvTransactions": "xyz789",
   "defaultWallet": PublicWallet,
   "defaultWalletId": WalletId,
   "displayCurrency": DisplayCurrency,
-  "id": "4",
+  "id": 4,
   "invoices": InvoiceConnection,
   "level": "ONE",
   "limits": AccountLimits,
@@ -7010,7 +7010,7 @@ 
Fields
Example
-
{"errors": [Error], "success": false}
+                    
{"errors": [Error], "success": true}
 
@@ -7936,7 +7936,7 @@
Example
{
   "accountId": 4,
   "balance": SignedAmount,
-  "id": 4,
+  "id": "4",
   "invoiceByPaymentHash": Invoice,
   "invoices": InvoiceConnection,
   "pendingIncomingBalance": SignedAmount,
@@ -7968,15 +7968,6 @@ 
Description
-
-
Example
- - -
true
-
- - -
@@ -8309,9 +8300,9 @@
Example
{
   "challengeCode": "xyz789",
-  "failbackMode": false,
+  "failbackMode": true,
   "id": "xyz789",
-  "newCaptcha": false
+  "newCaptcha": true
 }
 
@@ -8385,8 +8376,8 @@
Example
"challengeCode": "abc123", "channel": "SMS", "phone": Phone, - "secCode": "abc123", - "validationCode": "xyz789" + "secCode": "xyz789", + "validationCode": "abc123" }
@@ -8694,11 +8685,11 @@
Example
{
   "callbackEndpoints": [CallbackEndpoint],
-  "csvTransactions": "xyz789",
+  "csvTransactions": "abc123",
   "defaultWallet": PublicWallet,
   "defaultWalletId": WalletId,
   "displayCurrency": DisplayCurrency,
-  "id": "4",
+  "id": 4,
   "invoices": InvoiceConnection,
   "level": "ONE",
   "limits": AccountLimits,
@@ -8921,7 +8912,7 @@ 
Example
{
   "flag": "xyz789",
   "fractionDigits": 987,
-  "id": 4,
+  "id": "4",
   "name": "xyz789",
   "symbol": "xyz789"
 }
@@ -8975,9 +8966,9 @@ 
Example
{
-  "minBankFee": "xyz789",
+  "minBankFee": "abc123",
   "minBankFeeThreshold": "xyz789",
-  "ratio": "abc123"
+  "ratio": "xyz789"
 }
 
@@ -9092,7 +9083,7 @@
Example
{
   "address": "test@test.com",
-  "verified": true
+  "verified": false
 }
 
@@ -9259,8 +9250,8 @@
Example
{
-  "code": "xyz789",
-  "message": "abc123",
+  "code": "abc123",
+  "message": "xyz789",
   "path": ["xyz789"]
 }
 
@@ -9522,10 +9513,10 @@
Example
"feesInformation": FeesInformation, "lightningAddressDomain": "xyz789", "lightningAddressDomainAliases": [ - "xyz789" + "abc123" ], "network": "mainnet", - "nodesIds": ["xyz789"], + "nodesIds": ["abc123"], "supportedCountries": [Country] }
@@ -9843,7 +9834,7 @@
Description
Example
-
987
+                    
123
 
@@ -9983,7 +9974,7 @@
Example
{
   "amount": SatAmount,
-  "displayCurrencyPerSat": 987.65,
+  "displayCurrencyPerSat": 123.45,
   "transaction": Transaction,
   "txNotificationType": "IntraLedgerPayment",
   "usdPerSat": 123.45,
@@ -10376,7 +10367,7 @@ 
Example
{
   "amount": SatAmount,
-  "lnAddress": "abc123",
+  "lnAddress": "xyz789",
   "walletId": WalletId
 }
 
@@ -11904,7 +11895,7 @@
Example
{
   "amount": SatAmount,
-  "lnurl": "xyz789",
+  "lnurl": "abc123",
   "walletId": WalletId
 }
 
@@ -11954,7 +11945,7 @@
Example
{
   "coordinates": Coordinates,
-  "title": "xyz789"
+  "title": "abc123"
 }
 
@@ -12167,8 +12158,8 @@
Example
{
   "latitude": 123.45,
-  "longitude": 987.65,
-  "title": "abc123",
+  "longitude": 123.45,
+  "title": "xyz789",
   "username": Username
 }
 
@@ -12297,7 +12288,7 @@
Example
{
-  "currentSupported": 123,
+  "currentSupported": 987,
   "minSupported": 987,
   "platform": "abc123"
 }
@@ -13015,7 +13006,7 @@ 
Example
"transaction": Transaction, "txHash": OnChainTxHash, "txNotificationType": "IntraLedgerPayment", - "usdPerSat": 987.65, + "usdPerSat": 123.45, "walletId": WalletId }
@@ -13346,8 +13337,8 @@
Example
{
   "endCursor": "abc123",
   "hasNextPage": false,
-  "hasPreviousPage": true,
-  "startCursor": "xyz789"
+  "hasPreviousPage": false,
+  "startCursor": "abc123"
 }
 
@@ -13666,8 +13657,8 @@
Example
{
   "base": 9007199254740991,
   "currencyUnit": "abc123",
-  "formattedAmount": "abc123",
-  "offset": 123
+  "formattedAmount": "xyz789",
+  "offset": 987
 }
 
@@ -13882,8 +13873,8 @@
Example
{
   "base": 9007199254740991,
-  "currencyUnit": "abc123",
-  "offset": 123
+  "currencyUnit": "xyz789",
+  "offset": 987
 }
 
@@ -14013,7 +14004,7 @@
Example
"base": 9007199254740991, "currencyUnit": "abc123", "formattedAmount": "abc123", - "offset": 123 + "offset": 987 }
@@ -14073,8 +14064,8 @@
Example
{
   "base": 9007199254740991,
-  "currencyUnit": "abc123",
-  "offset": 987
+  "currencyUnit": "xyz789",
+  "offset": 123
 }
 
@@ -14282,7 +14273,7 @@
Example
{
   "amount": SatAmount,
-  "completed": false,
+  "completed": true,
   "id": "4",
   "notBefore": 1592577642
 }
@@ -14326,7 +14317,7 @@ 
Fields
Example
-
{"id": "4"}
+                    
{"id": 4}
 
@@ -14953,7 +14944,7 @@
Example
{
   "arrivalInMempoolEstimatedAt": 1592577642,
   "transactionHash": OnChainTxHash,
-  "vout": 123
+  "vout": 987
 }
 
@@ -15029,7 +15020,7 @@
Description
Example
-
"abc123"
+                    
"xyz789"
 
@@ -15075,7 +15066,7 @@
Fields
Example
-
{"errors": [Error], "success": false}
+                    
{"errors": [Error], "success": true}
 
@@ -15643,7 +15634,7 @@
Example
{
   "authToken": AuthToken,
   "errors": [Error],
-  "success": false
+  "success": true
 }
 
@@ -15904,7 +15895,7 @@
Example
{
-  "accountId": 4,
+  "accountId": "4",
   "balance": SignedAmount,
   "id": "4",
   "invoiceByPaymentHash": Invoice,
@@ -16026,7 +16017,7 @@ 
Example
"createdAt": 1592577642, "defaultAccount": Account, "email": Email, - "id": "4", + "id": 4, "language": Language, "phone": Phone, "totpEnabled": false, @@ -16125,7 +16116,7 @@
Example
"alias": ContactAlias, "id": Username, "transactions": TransactionConnection, - "transactionsCount": 987, + "transactionsCount": 123, "username": Username }
@@ -16610,7 +16601,7 @@
Fields
Example
-
{"deviceToken": "xyz789"}
+                    
{"deviceToken": "abc123"}