This commit is contained in:
CHIEFSOFT\ameye
2024-04-27 11:09:26 -04:00
parent e7855d3446
commit 7a654be81c
+11
View File
@@ -15,6 +15,17 @@
"tags": [
"BVN"
],
"parameters": [
{
"name": "bvn",
"in": "path",
"required": true,
"schema": {
"type": "string",
"nullable": true
}
}
],
"requestBody": {
"content": {
"application/json-patch+json": {