mirror of
				https://github.com/go-gitea/gitea
				synced 2025-10-31 11:28:24 +00:00 
			
		
		
		
	Update issue.go with labels documentation (labels content, not ids) (#35522)
For https://github.com/go-gitea/gitea/issues/35521 --------- Signed-off-by: Fabien Benetou <fabien-services@benetou.fr>
This commit is contained in:
		| @@ -351,7 +351,7 @@ func ListIssues(ctx *context.APIContext) { | ||||
| 	//   enum: [closed, open, all] | ||||
| 	// - name: labels | ||||
| 	//   in: query | ||||
| 	//   description: comma separated list of labels. Fetch only issues that have any of this labels. Non existent labels are discarded | ||||
| 	//   description: comma separated list of label names. Fetch only issues that have any of this label names. Non existent labels are discarded. | ||||
| 	//   type: string | ||||
| 	// - name: q | ||||
| 	//   in: query | ||||
|   | ||||
		Reference in New Issue
	
	Block a user