소스 검색

add status code 400 for update endpoints in swagger.yml

Signed-off-by: allencloud <allen.sun@daocloud.io>
allencloud 8 년 전
부모
커밋
c284e85f59
1개의 변경된 파일8개의 추가작업 그리고 0개의 파일을 삭제
  1. 8 0
      api/swagger.yaml

+ 8 - 0
api/swagger.yaml

@@ -7095,6 +7095,10 @@ paths:
       responses:
         200:
           description: "no error"
+        400:
+          description: "bad parameter"
+          schema:
+            $ref: "#/definitions/ErrorResponse"
         404:
           description: "no such node"
           schema:
@@ -8201,6 +8205,10 @@ paths:
       responses:
         200:
           description: "no error"
+        400:
+          description: "bad parameter"
+          schema:
+            $ref: "#/definitions/ErrorResponse"
         404:
           description: "no such secret"
           schema: