We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent c904415 commit bac9f43Copy full SHA for bac9f43
src/asciidoc/index.adoc
@@ -28772,7 +28772,7 @@ A matrix variable may be defined as optional and a default value specified:
28772
// GET /pets/42
28773
28774
@RequestMapping(value = "/pets/{petId}", method = RequestMethod.GET)
28775
- public void findPet(@MatrixVariable(required=true, defaultValue="1") int q) {
+ public void findPet(@MatrixVariable(required=false, defaultValue="1") int q) {
28776
28777
// q == 1
28778
0 commit comments