From a404b3dbba204a9d4ef388b49792271ffc79207c Mon Sep 17 00:00:00 2001 From: yunfeiyangbuaa Date: Sun, 1 Dec 2019 21:05:40 +0800 Subject: [PATCH] bugfix:fix swagger wrong Signed-off-by: yunfeiyangbuaa --- apis/swagger.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/apis/swagger.yml b/apis/swagger.yml index 418fcdb39..50446941d 100644 --- a/apis/swagger.yml +++ b/apis/swagger.yml @@ -267,7 +267,7 @@ paths: default: "ASC" enum: ["ASC", "DESC"] responses: - 201: + 200: description: "no error" schema: type: "array"