Re: Syntax error in Swagger Editor

2017-09-27 Thread Ron Ratovsky
Path parameters must always be required. Add: required: true to the parameter definition and the errors would disappear. From: on behalf of Ian G Reply-To: "swagger-swaggersocket@googlegroups.com" Date: Wednesday, September 20, 2017 at 18:29 To: Swagger Subject: Synta

Syntax error in Swagger Editor

2017-09-20 Thread Ian G
Hi I am getting confused as to what is wrong with the following code. swagger: '2.0' info: version: '1.0.0' title: Sample API for editing description: Trying to debug this API in the editor paths: "/v1/places/{PlaceID}/devices": get: summary: List Devices fo a location