From 5073f3dbcecd1b07ea1c6c75c5b04610741edc37 Mon Sep 17 00:00:00 2001 From: Max Kurapov Date: Sun, 17 Sep 2023 12:54:14 +0200 Subject: [PATCH] Revert "Update `createPeer` and `createPeerByUrl` mutations in postman" This reverts commit 1b53f92f41b1d283c46ad815c95e92d729bc8d7d. --- postman/collections/Interledger.json | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/postman/collections/Interledger.json b/postman/collections/Interledger.json index 8106affc5b..8559eee757 100644 --- a/postman/collections/Interledger.json +++ b/postman/collections/Interledger.json @@ -270,7 +270,7 @@ "mode": "graphql", "graphql": { "query": "mutation CreatePeer ($input: CreatePeerInput!) {\n createPeer (input: $input) {\n code\n message\n success\n peer {\n id\n name\n liquidity\n liquidityThreshold\n asset{\n id\n scale\n code\n withdrawalThreshold\n }\n }\n }\n}", - "variables": "{\n \"input\": {\n \"name\": \"Wallet1\",\n \"staticIlpAddress\": \"test.peer\",\n \"http\": {\n \"incoming\": {\"authTokens\": [\"test123abc\"]},\n \"outgoing\": {\"endpoint\": \"http://peer-backend:3002\", \"authToken\": \"test123abc\"}\n },\n \"assetId\": \"{{assetId}}\",\n \"maxPacketAmount\": 1000,\n \"liquidityThreshold\": 100000000,\n \"initialLiquidity\":1000000000\n }\n}" + "variables": "{\n \"input\": {\n \"name\": \"Wallet1\",\n \"staticIlpAddress\": \"test.peer\",\n \"http\": {\n \"incoming\": {\"authTokens\": [\"test123abc\"]},\n \"outgoing\": {\"endpoint\": \"http://peer-backend:3002\", \"authToken\": \"test123abc\"}\n },\n \"assetId\": \"{{assetId}}\",\n \"maxPacketAmount\": 1000,\n \"liquidityThreshold\": 100000000\n }\n}" } }, "url": { @@ -312,7 +312,7 @@ "mode": "graphql", "graphql": { "query": "mutation CreatePeerByUrl ($input: CreatePeerByUrlInput!) {\n createPeerByUrl (input: $input) {\n code\n message\n success\n peer {\n id\n name\n asset {\n id\n scale\n code\n withdrawalThreshold\n }\n }\n }\n}", - "variables": "{\n \"input\": {\n \"peerUrl\": \"http://happy-life-bank-backend:3005\",\n \"assetId\": \"{{assetId}}\",\n \"initialLiquidity\":1000000000\n }\n}" + "variables": "{\n \"input\": {\n \"peerUrl\": \"http://happy-life-bank-backend:3005\",\n \"assetId\": \"{{assetId}}\"\n }\n}" } }, "url": {