Copy link to clipboard
Copied
Hello,
We are working with an application in which CF REST services are being developed, however, we have noticed that ColdFusion 2018 Enterprise is generating documentation using the Swagger Specification version 1.2.
Is there a ColdFusion Server update that allows the swagger documentation to be generated according to the Swagger Specification version 2.0 or 3.0?
Or some other solution to solve the situation.
Copy link to clipboard
Copied
Copy link to clipboard
Copied
Update: Adobe has elevated the status of the Swagger upgrade ticket to "MustFix"
Copy link to clipboard
Copied
Hi @CMIUser!
Have you tried to create a REST function for each CFC file that returns a serializedJSON from variables scope? No, you are not reading stuffs!
Calling that function using CFHTTP, you will certainly receive a diagnosis containing all you function and parameter features! It really works!
How about yourself creating a structure that generates a JSON for your preferred documentation platform?