Skip to content
This repository has been archived by the owner on Feb 12, 2022. It is now read-only.

Commit

Permalink
Fix for #314
Browse files Browse the repository at this point in the history
Forgot to add second example
  • Loading branch information
jpbelang committed Jan 26, 2018
1 parent 39b2dbf commit a999be1
Showing 1 changed file with 10 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -296,3 +296,13 @@ uses:
get:
/bar/{id}:
get:

/foo2:
/bar:
get:
/bar/{id}:
uriParameters:
id:
type: string
get:

0 comments on commit a999be1

Please sign in to comment.