From a38d9c3f9962c858536009f00796f9c7713c9271 Mon Sep 17 00:00:00 2001 From: Shrivatsa Date: Thu, 19 Dec 2024 12:52:18 +0530 Subject: [PATCH 1/3] Fix Pennydrop-Pennyless API reference 1. Update endpoints 2. Updated setu-bav references to pennydrop-pennyless --- .../data/bav/pennydrop-pennyless.json | 18 +++++++++--------- 1 file changed, 9 insertions(+), 9 deletions(-) diff --git a/api-references/data/bav/pennydrop-pennyless.json b/api-references/data/bav/pennydrop-pennyless.json index 073c0470..e3f0890a 100644 --- a/api-references/data/bav/pennydrop-pennyless.json +++ b/api-references/data/bav/pennydrop-pennyless.json @@ -17,7 +17,7 @@ } ], "paths": { - "/async": { + "/api/verify/setu-bav/async": { "post": { "tags": ["SETU BAV"], "summary": "Create", @@ -48,7 +48,7 @@ { "name": "x-product-instance-id", "in": "header", - "description": "setu-bav product instance id", + "description": "pennyless-pennydrop product instance id", "required": true, "style": "simple", "schema": { @@ -145,7 +145,7 @@ "deprecated": false } }, - "/{request_id}": { + "/api/verify/setu-bav/{request_id}": { "get": { "tags": ["SETU BAV"], "summary": "Get details", @@ -154,7 +154,7 @@ { "name": "request_id", "in": "path", - "description": "id (UUID) of the setu-bav request.", + "description": "id (UUID) of the pennyless-pennydrop request.", "required": true, "style": "simple", "schema": { @@ -165,7 +165,7 @@ { "name": "x-product-instance-id", "in": "header", - "description": "Product instance id of the setu-bav product account.", + "description": "Product instance id of the pennyless-pennydrop product account.", "required": true, "style": "simple", "schema": { @@ -401,7 +401,7 @@ "properties": { "id": { "type": "string", - "description": "id (UUID) of the setu-bav request." + "description": "id (UUID) of the pennyless-pennydrop request." }, "status": { "type": "string", @@ -467,7 +467,7 @@ "properties": { "id": { "type": "string", - "description": "id (UUID) of the setu-bav request." + "description": "id (UUID) of the pennyless-pennydrop request." }, "status": { "type": "string", @@ -707,7 +707,7 @@ "properties": { "id": { "type": "string", - "description": "id (UUID) of the setu-bav request." + "description": "id (UUID) of the pennyless-pennydrop request." }, "status": { "type": "string", @@ -828,7 +828,7 @@ "properties": { "id": { "type": "string", - "description": "id (UUID) of the setu-bav request." + "description": "id (UUID) of the pennyless-pennydrop request." }, "status": { "type": "string", From 1bac4da6639c637326a4c0d636a6b6f3672160ed Mon Sep 17 00:00:00 2001 From: Shrivatsa Date: Thu, 19 Dec 2024 12:54:31 +0530 Subject: [PATCH 2/3] Updated header --- api-references/data/bav/pennydrop-pennyless.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/api-references/data/bav/pennydrop-pennyless.json b/api-references/data/bav/pennydrop-pennyless.json index e3f0890a..222c511c 100644 --- a/api-references/data/bav/pennydrop-pennyless.json +++ b/api-references/data/bav/pennydrop-pennyless.json @@ -1092,7 +1092,7 @@ ], "tags": [ { - "name": "SETU BAV" + "name": "Pennydrop-Pennyless" } ] } From 813c6939e4a76b7ac1623ef6ab41f66782ff121d Mon Sep 17 00:00:00 2001 From: Shrivatsa Date: Thu, 19 Dec 2024 12:57:30 +0530 Subject: [PATCH 3/3] Updated tags --- api-references/data/bav/pennydrop-pennyless.json | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/api-references/data/bav/pennydrop-pennyless.json b/api-references/data/bav/pennydrop-pennyless.json index 222c511c..0686c0b6 100644 --- a/api-references/data/bav/pennydrop-pennyless.json +++ b/api-references/data/bav/pennydrop-pennyless.json @@ -19,7 +19,7 @@ "paths": { "/api/verify/setu-bav/async": { "post": { - "tags": ["SETU BAV"], + "tags": ["Pennydrop-Pennyless"], "summary": "Create", "operationId": "Create", "parameters": [ @@ -147,7 +147,7 @@ }, "/api/verify/setu-bav/{request_id}": { "get": { - "tags": ["SETU BAV"], + "tags": ["Pennydrop-Pennyless"], "summary": "Get details", "operationId": "Getdetails", "parameters": [