Skip to content

Commit 9f6daf3

Browse files
authored
3.0.4: fix Link Object example (OAI#3194)
Same fix has already been applied to 3.1.1-dev
1 parent 2b5dff0 commit 9f6daf3

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

versions/3.0.4.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2061,7 +2061,7 @@ paths:
20612061
operationId: getUserAddress
20622062
parameters:
20632063
# get the `id` field from the request path parameter named `id`
2064-
userId: $request.path.id
2064+
userid: $request.path.id
20652065
# the path item of the linked operation
20662066
/users/{userid}/address:
20672067
parameters:

0 commit comments

Comments
 (0)