verify bvn

This commit is contained in:
CHIEFSOFT\ameye
2024-04-27 07:45:58 -04:00
parent 46c423dca0
commit 3b73e92f0d
+20 -15
View File
@@ -65,30 +65,35 @@
"tags": [ "tags": [
"BVN" "BVN"
], ],
"requestBody": { "parameters": [
"content": { {
"application/json-patch+json": { "name": "bvn",
"in": "path",
"required": true,
"schema": { "schema": {
"$ref": "#/components/schemas/AutoMedSystem.CommonService.ViewModels.InteractionSettingsRequestViewModel" "type": "string",
"nullable": true
} }
}, },
"application/json": { {
"name": "otp",
"in": "path",
"required": true,
"schema": { "schema": {
"$ref": "#/components/schemas/AutoMedSystem.CommonService.ViewModels.InteractionSettingsRequestViewModel" "type": "string",
"nullable": true
} }
}, },
"text/json": { {
"name": "verification_id",
"in": "path",
"required": true,
"schema": { "schema": {
"$ref": "#/components/schemas/AutoMedSystem.CommonService.ViewModels.InteractionSettingsRequestViewModel" "type": "string",
} "nullable": true
},
"application/*+json": {
"schema": {
"$ref": "#/components/schemas/AutoMedSystem.CommonService.ViewModels.InteractionSettingsRequestViewModel"
} }
} }
} ],
},
"responses": { "responses": {
"200": { "200": {
"description": "Success", "description": "Success",