I have Azure Http trigger java Functions works for copy files from one container to another container, generate Sas token etc by using BlobServiceClient java class... These functions i created without using springboot now my requirement is I need to generate swagger Ui to this Functions please help me how to generate swagger file/ Ui for these functions
I tried swagger editor but swagger editor expecting Json input in my case i need to pass only one parameter
My api link:
http://functionapp name.net/api/functionname?file=filename
Please help me how to edit swagger Ui for above api in https://editor.swagger.io/