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
{{ message }}
This repository was archived by the owner on Mar 16, 2025. It is now read-only.
it is also possible to use variables in the url and define them as additional properties of the url key. The example in the specification uses an enum for a variable, so it is possible to have multiple values. Makes sense, why use a variable if I have a single value only ;-)
Looking at the possibilities, it would work only for a subset of them. For example only single url and single value for a path variable. Which would be ok for me. Hmm, maybe it would even work for more than a single url, I think the Spring annotation allows to configure multiple paths.
Yes, there are so many questions and possibilities. In my first reaction I wanted to put an annotation on generated interface. But now I added an annotation to the controller which implemented the api interface.
Sign up for freeto subscribe to this conversation on GitHub.
Already have an account?
Sign in.
When I describe an API Spec
the base path will be ignored. I can't anything in the documentation.
The text was updated successfully, but these errors were encountered: