forked from forgejo/forgejo
add issue subscriber API
This commit is contained in:
parent
c4f9d06855
commit
06daf4e863
5 changed files with 378 additions and 0 deletions
|
@ -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"`
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue