Good morning
When defining REST services, it is possible to choose the option "publish in Swagger". However, I cannot find a guide on how to export the service definition and how to import it into swagger.
Can anyone help me?
Import REST in Swagger
- MARCOREMMEDATA
- Posts: 14
- Joined: Mon Apr 11, 2022 4:48 pm
- Location: ITALIA
- Contact:
Import REST in Swagger
MARCO ROSSI | Software Developer Sr. - Software Production
Re: Import REST in Swagger
Hi
You can find the path created with the json definition that can be used/ imported in swagger in the webmodules.conf file that is populated as part of the compilation of the server module.
or
Details about where to find webmodule.conf in these other post:
viewtopic.php?t=2024#p5280
You can find the path created with the json definition that can be used/ imported in swagger in the webmodules.conf file that is populated as part of the compilation of the server module.
Code: Select all
/{xPartition}/DEPTABSM/xtras/v3/apiDocor
Code: Select all
/{xPartition}/DEPTABSM/xtras/v2/apiDocviewtopic.php?t=2024#p5280