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
reacted with thumbs up emoji reacted with thumbs down emoji reacted with laugh emoji reacted with hooray emoji reacted with confused emoji reacted with heart emoji reacted with rocket emoji reacted with eyes emoji
-
java -jar swagger-codegen-cli.jar generate -i https://petstore.swagger.io/v2/swagger.json -l html -o result
Is there a way to be selective on methods from the models to be exported to the HTML file?
For example, I want to remove all the
PUT, POST
methods fromPET
model?Is it possible?
If yes, how?
Thanks
Beta Was this translation helpful? Give feedback.
All reactions