Skip to content

Commit 47a1862

Browse files
committed
fixed a variable substitution
1 parent 3105843 commit 47a1862

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

versions/3.0.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1808,7 +1808,7 @@ This object can be extended with [Specification Extensions](#specificationExtens
18081808

18091809
The key used to identify the [Path Item Object](#pathItemObject) is a variable expression that can be evaluated in the context of a runtime HTTP request/response to identify the URL to be used for the callback request.
18101810
A simple example might be `$request.body#/url`.
1811-
However, using a [variable substitution](#runtimeExpression) syntax the complete HTTP message can be accessed.
1811+
However, using a [runtime expression](#runtimeExpression) the complete HTTP message can be accessed.
18121812
This includes accessing any part of a body that can be accessed using a JSON Pointer [RFC6901](https://tools.ietf.org/html/rfc6901).
18131813

18141814
For example, given the following HTTP request:

0 commit comments

Comments
 (0)