fix CreateIssueCommentOption reference (#4239)
* fixes a warning remaining from #4010 and #4220
This commit is contained in:
parent
a75f251195
commit
a7aaacb633
2 changed files with 2 additions and 2 deletions
|
@ -147,7 +147,7 @@ func CreateIssueComment(ctx *context.APIContext, form api.CreateIssueCommentOpti
|
|||
// - name: body
|
||||
// in: body
|
||||
// schema:
|
||||
// "$ref": "#/definitions/CreateIssueOption"
|
||||
// "$ref": "#/definitions/CreateIssueCommentOption"
|
||||
// responses:
|
||||
// "201":
|
||||
// "$ref": "#/responses/Comment"
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue