Skip to content

Commit 92f1b9a

Browse files
authored
fix: path template in /version/{versionId} path (#228)
1 parent 73fa9c2 commit 92f1b9a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

packages/examples/3.0/json/readme.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1023,7 +1023,7 @@
10231023
]
10241024
}
10251025
},
1026-
"/version/:versionId": {
1026+
"/version/{versionId}": {
10271027
"get": {
10281028
"operationId": "getVersion",
10291029
"summary": "Get version",

0 commit comments

Comments
 (0)