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 60a747f commit 6e4f8d6Copy full SHA for 6e4f8d6
src/oas.md
@@ -51,7 +51,7 @@ path-template = "/" *( path-segment "/" ) [ path-segment ]
51
path-segment = 1*( path-literal / template-expression )
52
path-literal = 1*pchar
53
template-expression = "{" template-expression-param-name "}"
54
-template-expression-param-name = 1*( %x00-79 / %x7C / %x7E-10FFFF ) ; every UTF8 character except { and }
+template-expression-param-name = 1*( %x00-7A / %x7C / %x7E-10FFFF ) ; every UTF8 character except { and }
55
56
pchar = unreserved / pct-encoded / sub-delims / ":" / "@"
57
unreserved = ALPHA / DIGIT / "-" / "." / "_" / "~"
0 commit comments