Skip to content

Commit

Permalink
Update docs/src/main/asciidoc/resteasy-reactive.adoc
Browse files Browse the repository at this point in the history
Co-authored-by: Yoann Rodière <[email protected]>
  • Loading branch information
gsmet and yrodiere authored Jan 31, 2024
1 parent e687b51 commit bb3d3f1
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docs/src/main/asciidoc/resteasy-reactive.adoc
Original file line number Diff line number Diff line change
Expand Up @@ -395,7 +395,7 @@ public class Endpoint {
<1> `BeanParam` is required to comply with the Jakarta REST specification so that libraries like OpenAPI can introspect the parameters.

[[uri-parameters]]
=== Declaring URI parameters
=== [[declaring-uri-parameters]] Declaring URI parameters

You can declare URI parameters and use regular expressions in your path, so for instance
the following endpoint will serve requests for `/hello/stef/23` and `/hello` but not
Expand Down

0 comments on commit bb3d3f1

Please sign in to comment.