From a983e12185199a68cb8ba9cd112c2a119a60b2c4 Mon Sep 17 00:00:00 2001 From: Bence Santha Date: Tue, 24 Sep 2024 09:34:17 +0200 Subject: [PATCH] updated swagger spec Signed-off-by: Bence Santha --- templates/swagger/v1_json.tmpl | 12 ------------ 1 file changed, 12 deletions(-) diff --git a/templates/swagger/v1_json.tmpl b/templates/swagger/v1_json.tmpl index 268f9b3747..001c5a4570 100644 --- a/templates/swagger/v1_json.tmpl +++ b/templates/swagger/v1_json.tmpl @@ -4384,9 +4384,6 @@ "404": { "$ref": "#/responses/notFound" }, - "409": { - "$ref": "#/responses/conflict" - }, "422": { "$ref": "#/responses/validationError" }, @@ -4442,9 +4439,6 @@ "404": { "$ref": "#/responses/notFound" }, - "409": { - "$ref": "#/responses/conflict" - }, "422": { "$ref": "#/responses/validationError" }, @@ -4500,9 +4494,6 @@ "404": { "$ref": "#/responses/notFound" }, - "409": { - "$ref": "#/responses/conflict" - }, "422": { "$ref": "#/responses/validationError" } @@ -4562,9 +4553,6 @@ "404": { "$ref": "#/responses/notFound" }, - "409": { - "$ref": "#/responses/conflict" - }, "422": { "$ref": "#/responses/validationError" }