From f98ce3e6e2322ae70ccfbc64506e0b4a32b445ff Mon Sep 17 00:00:00 2001 From: gcatanese Date: Mon, 16 Oct 2023 07:49:23 +0000 Subject: [PATCH] Manual generation --- postman/TransferService-v3.json | 12 ++++++------ 1 file changed, 6 insertions(+), 6 deletions(-) diff --git a/postman/TransferService-v3.json b/postman/TransferService-v3.json index 4e58f8a..8d4700e 100644 --- a/postman/TransferService-v3.json +++ b/postman/TransferService-v3.json @@ -87,7 +87,7 @@ ] }, { - "name": "/transactions/{id}", + "name": "/transactions/:id", "description": ">Versions 1 and 2 of the Transfers API are deprecated. If you are just starting your implementation, use the latest version. Returns a transaction.", "item": [ { @@ -111,13 +111,13 @@ } }, "url": { - "raw": "{{baseUrl}}/transactions/{id}", + "raw": "{{baseUrl}}/transactions/:id", "host": [ "{{baseUrl}}" ], "path": [ "transactions", - "{id}" + ":id" ], "variable": [ { @@ -427,7 +427,7 @@ ] }, { - "name": "/grants/{id}", + "name": "/grants/:id", "description": "Returns the details of a capital account specified in the path.", "item": [ { @@ -451,13 +451,13 @@ } }, "url": { - "raw": "{{baseUrl}}/grants/{id}", + "raw": "{{baseUrl}}/grants/:id", "host": [ "{{baseUrl}}" ], "path": [ "grants", - "{id}" + ":id" ], "variable": [ {