Skip to content

Commit 3dc3bac

Browse files
authored
Merge pull request #14 from StijnCaerts/main
Fix incorrect reference of operationId in collection specific links
2 parents 7049789 + a1cf5e7 commit 3dc3bac

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

openapi.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -63,7 +63,7 @@ paths:
6363
description: Collection description
6464
links:
6565
queryables:
66-
operationId: getQueryables
66+
operationId: getQueryablesForCollection
6767
description: |-
6868
A link with rel=queryables for queryables to only apply to this collection.
6969
/collections/{collectionId}/queryables:

0 commit comments

Comments
 (0)