diff --git a/api/swagger.yaml b/api/swagger.yaml index 1a6d7503ff..68ca5d0162 100644 --- a/api/swagger.yaml +++ b/api/swagger.yaml @@ -7106,6 +7106,10 @@ paths: responses: 200: description: "no error" + 400: + description: "bad parameter" + schema: + $ref: "#/definitions/ErrorResponse" 404: description: "no such node" schema: @@ -8217,6 +8221,10 @@ paths: responses: 200: description: "no error" + 400: + description: "bad parameter" + schema: + $ref: "#/definitions/ErrorResponse" 404: description: "no such secret" schema: