This website works better with JavaScript.
Home
Issues
Pull Requests
Milestones
Repositories
Datasets
Forum
实训
竞赛
大数据
应用
Register
Sign In
OpenI
/
aiforge
Not watched
Unwatch
Watch all
Watch but not notify
1
Star
0
Fork
0
Code
Releases
128
Wiki
Activity
Issues
0
Pull Requests
0
Datasets
Model
Cloudbrain
Browse Source
fix CreateIssueCommentOption reference (
#4239
)
* fixes a warning remaining from
#4010
and
#4220
master
stevegt
Lunny Xiao
7 years ago
parent
a75f251195
commit
a7aaacb633
2 changed files
with
2 additions
and
2 deletions
Split View
Diff Options
Show Stats
Download Patch File
Download Diff File
+1
-1
public/swagger.v1.json
+1
-1
routers/api/v1/repo/issue_comment.go
+ 1
- 1
public/swagger.v1.json
View File
@@ -2208,7 +2208,7 @@
"name": "body",
"in": "body",
"schema": {
"$ref": "#/definitions/CreateIssueOption"
"$ref": "#/definitions/CreateIssue
Comment
Option"
}
}
],
+ 1
- 1
routers/api/v1/repo/issue_comment.go
View File
@@ -147,7 +147,7 @@ func CreateIssueComment(ctx *context.APIContext, form api.CreateIssueCommentOpti
// - name: body
// in: body
// schema:
// "$ref": "#/definitions/CreateIssueOption"
// "$ref": "#/definitions/CreateIssue
Comment
Option"
// responses:
// "201":
// "$ref": "#/responses/Comment"
Write
Preview
Loading…
Cancel
Save