Swagger : Bearer API key authentication in swagger

0
Hi,   How can we add Bearer api key information to swagger ? I implemented a custom authentication method, as I need to validate the API key of the client ; I added some information in the “documentation” tab of the parameter of the microflow I use, but nothing appears in the swagger.json. And the problem is that I can’t find any way to add the authentication information to swagger.json manually… Is there a way to “overwrite” the swagger.json file which is generated by Studio Pro ? Thanks
asked
1 answers
1

The swagger.json is exported by StudioPro and you can do with it whatever you want. Of course the nr one usecase is importing the swagger.json into SoapUI or Postman. There it becomes a project in which you can add the authentication Keys, like the bearer.

answered