From 68d1ff76de611e806e19c87374faeffb891cdcc0 Mon Sep 17 00:00:00 2001 From: Sun Howwrongbum Date: Sat, 3 Dec 2016 03:28:14 +0530 Subject: Fix incorrect entries - for /commandtypes and /users --- swagger.json | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/swagger.json b/swagger.json index 607294de4..25b76963c 100644 --- a/swagger.json +++ b/swagger.json @@ -766,7 +766,7 @@ "schema": { "type": "array", "items": { - "$ref": "#/definitions/Position" + "$ref": "#/definitions/User" } } } @@ -921,7 +921,7 @@ } }, "/commandtypes": { - "post": { + "get": { "consumes": [ "application/json" ], -- cgit v1.2.3