How create swagger documentation for API without documentation
![Fabiano Silva](https://us.v-cdn.net/6038362/uploads/userpics/ZQF7XUV7EA4O/nR6X41AMB0GDR.jpg)
Fabiano Silva
Member, Infor Partner Posts: 70
in API Gateway
I'm trying implement the public API to get zipcode.
I need to add the documentation in API Gateway.
Public API: https://viacep.com.br/ws/{cep}/json
How can I do that? Any tool?
0
Best Answers
-
you can try
chat GPT1 -
There's a tutorial in the Developer Portal that covers this, https://developer.infor.com/tutorials/enterprise-integration/how-to-create-swagger-documentation-for-rest-api/
0
Answers
-
You can create own custom swagger document in YAML or JSON if API providers doesn't provider any swagger doc. Here is quick online editor tool :
1 -
@Tony Woods , solved problem, thanks!
0