RepreZen / KaiZen-OpenAPI-Editor

Eclipse Editor for the Swagger-OpenAPI Description Language
Eclipse Public License 1.0
115 stars 12 forks source link

"Object resource" template fails to put braces around path parameter in path #469

Open andylowry opened 6 years ago

andylowry commented 6 years ago

You end up with a path string of e.g. pets/petId instead of /pets/{petId}, and this causes the overall template to contain error markers where petId parameters are declared for operations.