Update reference for API version without a value

See gh-36125

Signed-off-by: hojeong park <parkhj062@gmail.com>
Signed-off-by: hojeong <parkhj062@gmail.com>
This commit is contained in:
hojeong
2026-01-12 12:24:13 +00:00
committed by rstoyanchev
parent 19c2506476
commit 2f83e6b4b5
2 changed files with 2 additions and 2 deletions
@@ -393,7 +393,7 @@ is used to map requests.
Once API versioning is enabled, you can begin to map requests with versions.
The `@RequestMapping` `version` attribute supports the following:
- No value -- matches any version
- No value -- matches any version, unless the request is superseded by a more specific version match.
- Fixed version ("1.2") -- matches the given version only
- Baseline version ("1.2+") -- matches the given version and above
@@ -424,7 +424,7 @@ is used to map requests.
Once API versioning is enabled, you can begin to map requests with versions.
The `@RequestMapping` `version` attribute supports the following:
- No value -- matches any version
- No value -- matches any version, unless the request is superseded by a more specific version match.
- Fixed version ("1.2") -- matches the given version only
- Baseline version ("1.2+") -- matches the given version and above