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 40e4da0 commit 7829aedCopy full SHA for 7829aed
src/oas.md
@@ -2544,7 +2544,7 @@ The unescaped, percent-decoded path template in the above examples would be `/2.
2544
Runtime expressions allow defining values based on information that will only be available within the HTTP message in an actual API call.
2545
This mechanism is used by [Link Objects](#link-object) and [Callback Objects](#callback-object).
2546
2547
-The runtime expression is defined by the following [ABNF](https://tools.ietf.org/html/rfc5234) syntax
+The runtime expression is defined by the following [ABNF](https://tools.ietf.org/html/rfc5234) syntax:
2548
2549
```abnf
2550
expression = "$url" / "$method" / "$statusCode" / "$request." source / "$response." source
0 commit comments