You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@fineract.apache.org by GitBox <gi...@apache.org> on 2020/07/11 16:42:35 UTC

[GitHub] [fineract] thesmallstar commented on pull request #1169: FINERACT-842 Makes TRY-IT swagger button work

thesmallstar commented on pull request #1169:
URL: https://github.com/apache/fineract/pull/1169#issuecomment-657092379


   After #1163 is merged we only need to add the following code to fineract-input.yaml ( can be converted from json to yaml automatically)
   
   ```
   servers:
   - url: /fineract-provider/api/v1
   components:
     securitySchemes:
       basicAuth:
         type: http
         scheme: basic 
   ```
   
   And the try it button would work, I have tested this :D 
   


----------------------------------------------------------------
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

For queries about this service, please contact Infrastructure at:
users@infra.apache.org