diff --git a/public/swagger.v1.json b/public/swagger.v1.json index 4a35c9d12..e2b80341c 100644 --- a/public/swagger.v1.json +++ b/public/swagger.v1.json @@ -7688,6 +7688,7 @@ } }, "IssueDeadline": { + "description": "IssueDeadline", "schema": { "$ref": "#/definitions/IssueDeadline" } diff --git a/routers/api/v1/swagger/issue.go b/routers/api/v1/swagger/issue.go index e849a1086..16711e9b7 100644 --- a/routers/api/v1/swagger/issue.go +++ b/routers/api/v1/swagger/issue.go @@ -78,6 +78,7 @@ type swaggerResponseTrackedTimeList struct { Body []api.TrackedTime `json:"body"` } +// IssueDeadline // swagger:response IssueDeadline type swaggerIssueDeadline struct { // in:body