You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
when I run the command swagger-codegen generate -i openapi-pet.json -o Target/ -l html
I get the error
Exception in thread "main" java.lang.RuntimeException: missing swagger input or config!
at io.swagger.codegen.DefaultGenerator.generate(DefaultGenerator.java:731)
at io.swagger.codegen.cmd.Generate.run(Generate.java:285)
at io.swagger.codegen.SwaggerCodegen.main(SwaggerCodegen.java:35)
when I run the command
swagger-codegen generate -i openapi-pet.json -o Target/ -l html
I get the error
I was using the petstore V3
which I converted into its JSON format from the swagger editor
The text was updated successfully, but these errors were encountered: