diff options
-rw-r--r-- | swagger.json | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/swagger.json b/swagger.json index 25b76963c..705d887ac 100644 --- a/swagger.json +++ b/swagger.json @@ -9,6 +9,12 @@ "schemes": [ "http" ], + "consumes": [ + "application/json" + ], + "produces": [ + "application/json" + ], "paths": { "/commands": { "post": { |