Skip to content

Commit 0536f00

Browse files
authored
Referenced Parameter Name in Link Definition Example is Case Sensitive (#2877)
1 parent 49df1b2 commit 0536f00

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

versions/3.1.1.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2082,7 +2082,7 @@ paths:
20822082
operationId: getUserAddress
20832083
parameters:
20842084
# get the `id` field from the request path parameter named `id`
2085-
userId: $request.path.id
2085+
userid: $request.path.id
20862086
# the path item of the linked operation
20872087
/users/{userid}/address:
20882088
parameters:

0 commit comments

Comments
 (0)