mirror of
				https://github.com/go-gitea/gitea.git
				synced 2025-11-04 08:34:30 +01: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:
		
							parent
							
								
									d83676c97a
								
							
						
					
					
						commit
						53dfbbb2ee
					
				@ -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
 | 
			
		||||
 | 
			
		||||
							
								
								
									
										2
									
								
								templates/swagger/v1_json.tmpl
									
									
									
										generated
									
									
									
								
							
							
						
						
									
										2
									
								
								templates/swagger/v1_json.tmpl
									
									
									
										generated
									
									
									
								
							@ -9109,7 +9109,7 @@
 | 
			
		||||
          },
 | 
			
		||||
          {
 | 
			
		||||
            "type": "string",
 | 
			
		||||
            "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.",
 | 
			
		||||
            "name": "labels",
 | 
			
		||||
            "in": "query"
 | 
			
		||||
          },
 | 
			
		||||
 | 
			
		||||
		Loading…
	
	
			
			x
			
			
		
	
		Reference in New Issue
	
	Block a user