Skip to content

Commit e3b0f1f

Browse files
committed
add swagger comment
1 parent f067046 commit e3b0f1f

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

modules/structs/issue_comment.go

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -38,7 +38,9 @@ type EditIssueCommentOption struct {
3838

3939
// CommentReaction represent comment reactions
4040
type CommentReaction struct {
41+
// required: true
4142
Reaction string `json:"reaction"`
43+
// required: true
4244
Users []*string `json:"users"`
4345
Count int64 `json:"count"`
4446
}

0 commit comments

Comments
 (0)