From dfd02eb940ae22f4a3a284e7f19872c82a8e446f Mon Sep 17 00:00:00 2001 From: Bert Roos Date: Fri, 20 Oct 2017 22:14:02 +0200 Subject: [PATCH] Correct comment on the link object The example referencing the response body had the same comment as the one referencing the request path. --- versions/3.0.0.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/versions/3.0.0.md b/versions/3.0.0.md index 30a041ad84..93f55b323a 100644 --- a/versions/3.0.0.md +++ b/versions/3.0.0.md @@ -2051,7 +2051,7 @@ links: address: operationId: getUserAddressByUUID parameters: - # get the `id` field from the request path parameter named `id` + # get the `uuid` field from the `uuid` field in the response body userUuid: $response.body#/uuid ```