From a859cd417596eddf2eec4f310b5d20341951c6bb Mon Sep 17 00:00:00 2001 From: "CHIEFSOFT\\ameye" Date: Fri, 26 Apr 2024 20:40:06 -0400 Subject: [PATCH] bvn --- public/apidoc/digifi.json | 14 +++++++------- 1 file changed, 7 insertions(+), 7 deletions(-) diff --git a/public/apidoc/digifi.json b/public/apidoc/digifi.json index ca7279e..cc0a128 100644 --- a/public/apidoc/digifi.json +++ b/public/apidoc/digifi.json @@ -1,19 +1,19 @@ { "openapi": "3.0.1", "info": { - "title": "AutoMedSys Order Service", - "description": "Contents for patient services", + "title": "digiFi Service", + "description": "Contents for digiFi Services", "license": { - "name": "Microsoft Licence", + "name": "ChiefSoft Works Licence", "url": "https://automedsys.net/licence" }, "version": "v1" }, "paths": { - "/emrapi/v1/orders/interactions/interaction-settings": { + "/digiusers/v1/bvn": { "get": { "tags": [ - "Interactions" + "BVN" ], "operationId": "GetInteractionSetting", "responses": { @@ -95,10 +95,10 @@ } } }, - "/emrapi/v1/orders/interactions": { + "/digiusers/v1/bvn/verify": { "post": { "tags": [ - "Interactions" + "BVN" ], "requestBody": { "content": {