diff options
-rw-r--r-- | swagger.json | 4 |
1 files 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" } } } |