diff options
-rw-r--r-- | swagger.json | 10 |
1 files changed, 10 insertions, 0 deletions
diff --git a/swagger.json b/swagger.json index ba036f99f..98bb7e774 100644 --- a/swagger.json +++ b/swagger.json @@ -419,6 +419,16 @@ "get": { "summary" : "Fetches a list of Positions", "description" : "Without any params, it returns a list of last known positions for all the user's Devices. _from_ and _to_ fields are not required with _id_", + "consumes": [ + "application/json", + "text/csv", + "application/gpx+xml" + ], + "produces": [ + "application/json", + "text/csv", + "application/gpx+xml" + ], "parameters": [ { "name": "deviceId", |