forece85
4 years agoOccasional Visitor
Multiple paths for same definition
Is it possible to mention multiple paths for the same definition?
Example: In SpirngBoot controller we specify multiple paths to get executed for the same method:
@Getmapping{"/test{value}", "/test"}
How to achieve this with OpenApi YAML configuration?