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