From 3776bd31240936f47e8790fbb8e1794d74feb19d Mon Sep 17 00:00:00 2001 From: Sun Howwrongbum Date: Tue, 6 Dec 2016 02:46:32 +0530 Subject: [swagger] Fix typos and incorrect entries --- swagger.json | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/swagger.json b/swagger.json index 0d887d97c..2d9e0ef3d 100644 --- a/swagger.json +++ b/swagger.json @@ -17,8 +17,8 @@ ], "paths": { "/commands": { - "summary": "Dispatch commands to device", "post": { + "summary": "Dispatch commands to device", "parameters": [ { "name": "body", @@ -37,7 +37,7 @@ } }, "400": { - "description": "Could happen when dispatching to the device is offline, the user doesn't have permission or an incorrect command _type_." + "description": "Could happen when dispatching to a device that is offline, the user doesn't have permission or an incorrect command _type_ for the device" } } } -- cgit v1.2.3