mirror of
https://github.com/go-gitea/gitea
synced 2024-12-01 10:03:01 +01:00
Update routers/api/v1/repo/issue.go
Co-Authored-By: guillep2k <18600385+guillep2k@users.noreply.github.com>
This commit is contained in:
parent
f04f7c91a3
commit
432a38cb70
1 changed files with 1 additions and 1 deletions
|
@ -759,7 +759,7 @@ func AddIssueSubscription(ctx *context.APIContext) {
|
||||||
// required: true
|
// required: true
|
||||||
// - name: user
|
// - name: user
|
||||||
// in: path
|
// in: path
|
||||||
// description: user witch subscribe to issue
|
// description: user to subscribe
|
||||||
// type: string
|
// type: string
|
||||||
// required: true
|
// required: true
|
||||||
// responses:
|
// responses:
|
||||||
|
|
Loading…
Reference in a new issue