diff options
Diffstat (limited to 'public/swagger.v1.json')
-rw-r--r-- | public/swagger.v1.json | 82 |
1 files changed, 82 insertions, 0 deletions
diff --git a/public/swagger.v1.json b/public/swagger.v1.json index 86bf20a9a8..6fea729c05 100644 --- a/public/swagger.v1.json +++ b/public/swagger.v1.json @@ -5579,6 +5579,13 @@ "type": "string", "x-go-name": "Assignee" }, + "assignees": { + "type": "array", + "items": { + "type": "string" + }, + "x-go-name": "Assignees" + }, "body": { "type": "string", "x-go-name": "Body" @@ -5587,6 +5594,11 @@ "type": "boolean", "x-go-name": "Closed" }, + "due_date": { + "type": "string", + "format": "date-time", + "x-go-name": "Deadline" + }, "labels": { "description": "list of label ids", "type": "array", @@ -5715,6 +5727,13 @@ "type": "string", "x-go-name": "Assignee" }, + "assignees": { + "type": "array", + "items": { + "type": "string" + }, + "x-go-name": "Assignees" + }, "base": { "type": "string", "x-go-name": "Base" @@ -5723,6 +5742,11 @@ "type": "string", "x-go-name": "Body" }, + "due_date": { + "type": "string", + "format": "date-time", + "x-go-name": "Deadline" + }, "head": { "type": "string", "x-go-name": "Head" @@ -6024,10 +6048,22 @@ "type": "string", "x-go-name": "Assignee" }, + "assignees": { + "type": "array", + "items": { + "type": "string" + }, + "x-go-name": "Assignees" + }, "body": { "type": "string", "x-go-name": "Body" }, + "due_date": { + "type": "string", + "format": "date-time", + "x-go-name": "Deadline" + }, "milestone": { "type": "integer", "format": "int64", @@ -6114,10 +6150,22 @@ "type": "string", "x-go-name": "Assignee" }, + "assignees": { + "type": "array", + "items": { + "type": "string" + }, + "x-go-name": "Assignees" + }, "body": { "type": "string", "x-go-name": "Body" }, + "due_date": { + "type": "string", + "format": "date-time", + "x-go-name": "Deadline" + }, "labels": { "type": "array", "items": { @@ -6367,10 +6415,22 @@ "assignee": { "$ref": "#/definitions/User" }, + "assignees": { + "type": "array", + "items": { + "$ref": "#/definitions/User" + }, + "x-go-name": "Assignees" + }, "body": { "type": "string", "x-go-name": "Body" }, + "closed_at": { + "type": "string", + "format": "date-time", + "x-go-name": "Closed" + }, "comments": { "type": "integer", "format": "int64", @@ -6381,6 +6441,11 @@ "format": "date-time", "x-go-name": "Created" }, + "due_date": { + "type": "string", + "format": "date-time", + "x-go-name": "Deadline" + }, "id": { "type": "integer", "format": "int64", @@ -6778,6 +6843,13 @@ "assignee": { "$ref": "#/definitions/User" }, + "assignees": { + "type": "array", + "items": { + "$ref": "#/definitions/User" + }, + "x-go-name": "Assignees" + }, "base": { "$ref": "#/definitions/PRBranchInfo" }, @@ -6785,6 +6857,11 @@ "type": "string", "x-go-name": "Body" }, + "closed_at": { + "type": "string", + "format": "date-time", + "x-go-name": "Closed" + }, "comments": { "type": "integer", "format": "int64", @@ -6799,6 +6876,11 @@ "type": "string", "x-go-name": "DiffURL" }, + "due_date": { + "type": "string", + "format": "date-time", + "x-go-name": "Deadline" + }, "head": { "$ref": "#/definitions/PRBranchInfo" }, |