ContributionsMost RecentMost LikesSolutionsMultiple 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?