Poast param

This commit is contained in:
CHIEFSOFT\ameye
2024-04-27 10:49:32 -04:00
parent 55c6e7e6fb
commit e7855d3446
+34 -9
View File
@@ -15,17 +15,30 @@
"tags": [
"BVN"
],
"parameters": [
{
"name": "bvn",
"in": "path",
"required": true,
"schema": {
"type": "string",
"nullable": true
"requestBody": {
"content": {
"application/json-patch+json": {
"schema": {
"$ref": "#/components/schemas/BNV.RequestType"
}
},
"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": {
"200": {
"description": "Success",
@@ -299,6 +312,18 @@
},
"additionalProperties": false
},
"BNV.RequestType": {
"required": [
"bvn"
],
"type": "object",
"properties": {
"bvn": {
"type": "string"
}
},
"additionalProperties": false
},
"BNV.Verify.ResponseType": {
"type": "object",
"properties": {