diff --git a/api-references/data/bav/pennydrop-pennyless.json b/api-references/data/bav/pennydrop-pennyless.json index 073c0470..0686c0b6 100644 --- a/api-references/data/bav/pennydrop-pennyless.json +++ b/api-references/data/bav/pennydrop-pennyless.json @@ -17,9 +17,9 @@ } ], "paths": { - "/async": { + "/api/verify/setu-bav/async": { "post": { - "tags": ["SETU BAV"], + "tags": ["Pennydrop-Pennyless"], "summary": "Create", "operationId": "Create", "parameters": [ @@ -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,16 +145,16 @@ "deprecated": false } }, - "/{request_id}": { + "/api/verify/setu-bav/{request_id}": { "get": { - "tags": ["SETU BAV"], + "tags": ["Pennydrop-Pennyless"], "summary": "Get details", "operationId": "Getdetails", "parameters": [ { "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", @@ -1092,7 +1092,7 @@ ], "tags": [ { - "name": "SETU BAV" + "name": "Pennydrop-Pennyless" } ] }