diff --git a/templates/swagger/v1_json.tmpl b/templates/swagger/v1_json.tmpl index e64860b262..7b95c243af 100644 --- a/templates/swagger/v1_json.tmpl +++ b/templates/swagger/v1_json.tmpl @@ -22891,10 +22891,6 @@ "format": "date-time", "x-go-name": "Deadline" }, - "has_conflicts": { - "type": "boolean", - "x-go-name": "HasConflicts" - }, "head": { "$ref": "#/definitions/PRBranchInfo" }, @@ -22969,6 +22965,10 @@ "state": { "$ref": "#/definitions/StateType" }, + "status": { + "type": "string", + "x-go-name": "Status" + }, "title": { "type": "string", "x-go-name": "Title"