I am trying to create OpenAPI spec file for the rest endpoint created in the project via Karavan VSCode (latest version)
and here for the Inquiry Path I have created 2 params
and both are required but as shown below when I check the doc path I find only one param of them is mentioned and it doesn't look correct (there is example value for clientdate that doesn't show up in the file )
I am trying to create OpenAPI spec file for the rest endpoint created in the project via Karavan VSCode (latest version) and here for the Inquiry Path I have created 2 params
and both are required but as shown below when I check the doc path I find only one param of them is mentioned and it doesn't look correct (there is example value for clientdate that doesn't show up in the file )
the OpenAPI file :
when I check that file inside swagger editor: