Skip to content

Commit

Permalink
fix: path template in /version/{versionId} path (#228)
Browse files Browse the repository at this point in the history
  • Loading branch information
MikeRalphson authored Jul 21, 2020
1 parent 73fa9c2 commit 92f1b9a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion packages/examples/3.0/json/readme.json
Original file line number Diff line number Diff line change
Expand Up @@ -1023,7 +1023,7 @@
]
}
},
"/version/:versionId": {
"/version/{versionId}": {
"get": {
"operationId": "getVersion",
"summary": "Get version",
Expand Down

0 comments on commit 92f1b9a

Please sign in to comment.