1
1
mirror of https://github.com/go-gitea/gitea synced 2025-12-07 13:28:25 +00:00

Update template using generate swagger

This commit is contained in:
chesterip
2023-08-30 11:50:25 -04:00
parent a9cdb7ea9b
commit 6928b37ab3
2 changed files with 141 additions and 0 deletions

View File

@@ -414,3 +414,10 @@ type swaggerRepoNewIssuePinsAllowed struct {
// in:body
Body api.NewIssuePinsAllowed `json:"body"`
}
// TasksList
// swagger:response TasksList
type swaggerRepoTasksList struct {
// in:body
Body api.ActionTaskResponse `json:"body"`
}