From 869a56e5d3c1ceeb822f32668634aea4e390d088 Mon Sep 17 00:00:00 2001 From: "CHIEFSOFT\\ameye" Date: Fri, 26 Apr 2024 21:04:41 -0400 Subject: [PATCH] bnv --- public/apidoc/digifi.json | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/public/apidoc/digifi.json b/public/apidoc/digifi.json index 4ceba07..ef3f3f2 100644 --- a/public/apidoc/digifi.json +++ b/public/apidoc/digifi.json @@ -18,10 +18,11 @@ "parameters": [ { "name": "bvn", - "in": "query", + "in": "path", + "required": true, "schema": { "type": "string", - "nullable": false + "nullable": true } } ],