This commit is contained in:
CHIEFSOFT\ameye
2024-04-26 20:40:06 -04:00
parent 7b142283e1
commit a859cd4175
+7 -7
View File
@@ -1,19 +1,19 @@
{ {
"openapi": "3.0.1", "openapi": "3.0.1",
"info": { "info": {
"title": "AutoMedSys Order Service", "title": "digiFi Service",
"description": "Contents for patient services", "description": "Contents for digiFi Services",
"license": { "license": {
"name": "Microsoft Licence", "name": "ChiefSoft Works Licence",
"url": "https://automedsys.net/licence" "url": "https://automedsys.net/licence"
}, },
"version": "v1" "version": "v1"
}, },
"paths": { "paths": {
"/emrapi/v1/orders/interactions/interaction-settings": { "/digiusers/v1/bvn": {
"get": { "get": {
"tags": [ "tags": [
"Interactions" "BVN"
], ],
"operationId": "GetInteractionSetting", "operationId": "GetInteractionSetting",
"responses": { "responses": {
@@ -95,10 +95,10 @@
} }
} }
}, },
"/emrapi/v1/orders/interactions": { "/digiusers/v1/bvn/verify": {
"post": { "post": {
"tags": [ "tags": [
"Interactions" "BVN"
], ],
"requestBody": { "requestBody": {
"content": { "content": {