This commit is contained in:
CHIEFSOFT\ameye
2024-04-26 21:04:41 -04:00
parent 0c86c44f7d
commit 869a56e5d3
+3 -2
View File
@@ -18,10 +18,11 @@
"parameters": [ "parameters": [
{ {
"name": "bvn", "name": "bvn",
"in": "query", "in": "path",
"required": true,
"schema": { "schema": {
"type": "string", "type": "string",
"nullable": false "nullable": true
} }
} }
], ],