Manual generation

This commit is contained in:
gcatanese
2023-10-16 07:49:23 +00:00
committed by github-actions[bot]
parent 3584e4cb40
commit f98ce3e6e2

View File

@@ -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": [
{