From 55996c507d5d5932a3cf6b9f381b2504d49bc5c9 Mon Sep 17 00:00:00 2001 From: Ralf Handl Date: Thu, 9 Mar 2023 15:42:06 +0100 Subject: [PATCH] 3.0.4: fix Link Object example Same fix has already been applied to 3.1.1-dev --- versions/3.0.4.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/versions/3.0.4.md b/versions/3.0.4.md index 5ff6037c42..dd64c9dff9 100644 --- a/versions/3.0.4.md +++ b/versions/3.0.4.md @@ -2061,7 +2061,7 @@ paths: operationId: getUserAddress parameters: # get the `id` field from the request path parameter named `id` - userId: $request.path.id + userid: $request.path.id # the path item of the linked operation /users/{userid}/address: parameters: