Two parts of your question:
1) Enabling Swagger in EasyAPI is not possible right now. That is, we do not integrate and do not generate Swagger for EasyAPI, since all parameters are defined in the code.
2) If you want to enable Swagger, you need to add 'swagger: true' to the Azure Mobile Apps initializer in the app.js file at a level higher than your API. Go to Easy API or Easy Tables and edit any API / table. This will call the editor. Go to the directory above (the one that contains the api and tables directories) and edit the app.js. file there.
source
share