mirror of
https://github.com/go-gitea/gitea
synced 2025-07-22 02:08:36 +00:00
add issue subscriber API
This commit is contained in:
@@ -113,3 +113,9 @@ type EditPriorityOption struct {
|
||||
// required:true
|
||||
Priority int `json:"priority"`
|
||||
}
|
||||
|
||||
// IssueWatchers list of subscribers of an issue
|
||||
type IssueWatchers struct {
|
||||
// required:true
|
||||
Subscribers []string `json:"subscribers"`
|
||||
}
|
||||
|
Reference in New Issue
Block a user