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" }