diff options
Diffstat (limited to 'routers/api/v1/repo')
-rw-r--r-- | routers/api/v1/repo/issue_comment.go | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/routers/api/v1/repo/issue_comment.go b/routers/api/v1/repo/issue_comment.go index af952a070b..ba627bb8a2 100644 --- a/routers/api/v1/repo/issue_comment.go +++ b/routers/api/v1/repo/issue_comment.go @@ -36,7 +36,7 @@ func ListIssueComments(ctx *context.APIContext) { // description: index of the issue // type: integer // required: true - // - name: string + // - name: since // in: query // description: if provided, only comments updated since the specified time are returned. // type: string @@ -90,7 +90,7 @@ func ListRepoIssueComments(ctx *context.APIContext) { // description: name of the repo // type: string // required: true - // - name: string + // - name: since // in: query // description: if provided, only comments updated since the provided time are returned. // type: string |