verify bvn
This commit is contained in:
+27
-22
@@ -65,30 +65,35 @@
|
|||||||
"tags": [
|
"tags": [
|
||||||
"BVN"
|
"BVN"
|
||||||
],
|
],
|
||||||
"requestBody": {
|
"parameters": [
|
||||||
"content": {
|
{
|
||||||
"application/json-patch+json": {
|
"name": "bvn",
|
||||||
"schema": {
|
"in": "path",
|
||||||
"$ref": "#/components/schemas/AutoMedSystem.CommonService.ViewModels.InteractionSettingsRequestViewModel"
|
"required": true,
|
||||||
}
|
"schema": {
|
||||||
},
|
"type": "string",
|
||||||
"application/json": {
|
"nullable": true
|
||||||
"schema": {
|
}
|
||||||
"$ref": "#/components/schemas/AutoMedSystem.CommonService.ViewModels.InteractionSettingsRequestViewModel"
|
},
|
||||||
}
|
{
|
||||||
},
|
"name": "otp",
|
||||||
"text/json": {
|
"in": "path",
|
||||||
"schema": {
|
"required": true,
|
||||||
"$ref": "#/components/schemas/AutoMedSystem.CommonService.ViewModels.InteractionSettingsRequestViewModel"
|
"schema": {
|
||||||
}
|
"type": "string",
|
||||||
},
|
"nullable": true
|
||||||
"application/*+json": {
|
}
|
||||||
"schema": {
|
},
|
||||||
"$ref": "#/components/schemas/AutoMedSystem.CommonService.ViewModels.InteractionSettingsRequestViewModel"
|
{
|
||||||
}
|
"name": "verification_id",
|
||||||
|
"in": "path",
|
||||||
|
"required": true,
|
||||||
|
"schema": {
|
||||||
|
"type": "string",
|
||||||
|
"nullable": true
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
},
|
],
|
||||||
"responses": {
|
"responses": {
|
||||||
"200": {
|
"200": {
|
||||||
"description": "Success",
|
"description": "Success",
|
||||||
|
|||||||
Reference in New Issue
Block a user