Poast param
This commit is contained in:
@@ -15,17 +15,30 @@
|
|||||||
"tags": [
|
"tags": [
|
||||||
"BVN"
|
"BVN"
|
||||||
],
|
],
|
||||||
"parameters": [
|
"requestBody": {
|
||||||
{
|
"content": {
|
||||||
"name": "bvn",
|
"application/json-patch+json": {
|
||||||
"in": "path",
|
"schema": {
|
||||||
"required": true,
|
"$ref": "#/components/schemas/BNV.RequestType"
|
||||||
"schema": {
|
}
|
||||||
"type": "string",
|
},
|
||||||
"nullable": true
|
"application/json": {
|
||||||
|
"schema": {
|
||||||
|
"$ref": "#/components/schemas/BNV.RequestType"
|
||||||
|
}
|
||||||
|
},
|
||||||
|
"text/json": {
|
||||||
|
"schema": {
|
||||||
|
"$ref": "#/components/schemas/BNV.RequestType"
|
||||||
|
}
|
||||||
|
},
|
||||||
|
"application/*+json": {
|
||||||
|
"schema": {
|
||||||
|
"$ref": "#/components/schemas/BNV.RequestType"
|
||||||
|
}
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
],
|
},
|
||||||
"responses": {
|
"responses": {
|
||||||
"200": {
|
"200": {
|
||||||
"description": "Success",
|
"description": "Success",
|
||||||
@@ -299,6 +312,18 @@
|
|||||||
},
|
},
|
||||||
"additionalProperties": false
|
"additionalProperties": false
|
||||||
},
|
},
|
||||||
|
"BNV.RequestType": {
|
||||||
|
"required": [
|
||||||
|
"bvn"
|
||||||
|
],
|
||||||
|
"type": "object",
|
||||||
|
"properties": {
|
||||||
|
"bvn": {
|
||||||
|
"type": "string"
|
||||||
|
}
|
||||||
|
},
|
||||||
|
"additionalProperties": false
|
||||||
|
},
|
||||||
"BNV.Verify.ResponseType": {
|
"BNV.Verify.ResponseType": {
|
||||||
"type": "object",
|
"type": "object",
|
||||||
"properties": {
|
"properties": {
|
||||||
|
|||||||
Reference in New Issue
Block a user