From a1cf5e73e1e6bc233f2bee8ef9218cfabd1d2e0a Mon Sep 17 00:00:00 2001 From: Stijn Caerts Date: Thu, 17 Aug 2023 15:29:08 +0200 Subject: [PATCH] fix incorrect reference of operationId in collection specific links --- openapi.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/openapi.yaml b/openapi.yaml index 24115f0..a127cbc 100644 --- a/openapi.yaml +++ b/openapi.yaml @@ -63,7 +63,7 @@ paths: description: Collection description links: queryables: - operationId: getQueryables + operationId: getQueryablesForCollection description: |- A link with rel=queryables for queryables to only apply to this collection. /collections/{collectionId}/queryables: