Skip to content

Commit dfd02eb

Browse files
authored
Correct comment on the link object
The example referencing the response body had the same comment as the one referencing the request path.
1 parent 2d2fcc4 commit dfd02eb

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

versions/3.0.0.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -2051,7 +2051,7 @@ links:
20512051
address:
20522052
operationId: getUserAddressByUUID
20532053
parameters:
2054-
# get the `id` field from the request path parameter named `id`
2054+
# get the `uuid` field from the `uuid` field in the response body
20552055
userUuid: $response.body#/uuid
20562056
```
20572057

0 commit comments

Comments
 (0)