mirror of
				https://github.com/go-gitea/gitea.git
				synced 2025-10-31 03:25:11 +01:00 
			
		
		
		
	Document possibility to limit API Repo search to topics only. (#7957)
Signed-off-by: David Svantesson <davidsvantesson@gmail.com>
This commit is contained in:
		
							parent
							
								
									ce45a8c257
								
							
						
					
					
						commit
						26af3401c3
					
				| @ -51,6 +51,10 @@ func Search(ctx *context.APIContext) { | ||||
| 	//   in: query | ||||
| 	//   description: keyword | ||||
| 	//   type: string | ||||
| 	// - name: topic | ||||
| 	//   in: query | ||||
| 	//   description: Limit search to repositories with keyword as topic | ||||
| 	//   type: boolean | ||||
| 	// - name: uid | ||||
| 	//   in: query | ||||
| 	//   description: search only for repos that the user with the given id owns or contributes to | ||||
|  | ||||
| @ -1093,6 +1093,12 @@ | ||||
|             "name": "q", | ||||
|             "in": "query" | ||||
|           }, | ||||
|           { | ||||
|             "type": "boolean", | ||||
|             "description": "Limit search to repositories with keyword as topic", | ||||
|             "name": "topic", | ||||
|             "in": "query" | ||||
|           }, | ||||
|           { | ||||
|             "type": "integer", | ||||
|             "format": "int64", | ||||
|  | ||||
		Loading…
	
	
			
			x
			
			
		
	
		Reference in New Issue
	
	Block a user