diff options
Diffstat (limited to 'public')
-rw-r--r-- | public/swagger.v1.json | 12 |
1 files changed, 9 insertions, 3 deletions
diff --git a/public/swagger.v1.json b/public/swagger.v1.json index 3027564db5..6595d96f00 100644 --- a/public/swagger.v1.json +++ b/public/swagger.v1.json @@ -1028,7 +1028,9 @@ } ], "responses": { - "200": {} + "200": { + "description": "success" + } } } }, @@ -1338,7 +1340,9 @@ } ], "responses": { - "200": {} + "200": { + "description": "success" + } } } }, @@ -3261,7 +3265,9 @@ } ], "responses": { - "200": {} + "200": { + "description": "success" + } } } }, |