Skip to content

Commit e35d0be

Browse files
zanbaldwincharjr
authored andcommitted
Referenced Parameter Name in Link Definition Example is Case Sensitive (OAI#2877)
1 parent e8c6976 commit e35d0be

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)