mirror of
				https://gitee.com/gitea/gitea
				synced 2025-11-04 00:20:25 +08:00 
			
		
		
		
	Fix query parameter name comment in issue API (#4421)
This commit is contained in:
		@@ -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
 | 
			
		||||
 
 | 
			
		||||
		Reference in New Issue
	
	Block a user