forked from gitea/gitea
		
	Fix swagger doc by rename repoAddTopíc to repoAddTopic (#16580)
* Swagger API: rename repoAddTopíc to repoAddTopic This changes the operationId to only contain 7 bit ascii, note "í" instead of "i"
This commit is contained in:
		
							parent
							
								
									e3b6526922
								
							
						
					
					
						commit
						d686d7b052
					
				| @ -126,7 +126,7 @@ func UpdateTopics(ctx *context.APIContext) { | ||||
| 
 | ||||
| // AddTopic adds a topic name to a repo | ||||
| func AddTopic(ctx *context.APIContext) { | ||||
| 	// swagger:operation PUT /repos/{owner}/{repo}/topics/{topic} repository repoAddTopíc | ||||
| 	// swagger:operation PUT /repos/{owner}/{repo}/topics/{topic} repository repoAddTopic | ||||
| 	// --- | ||||
| 	// summary: Add a topic to a repository | ||||
| 	// produces: | ||||
|  | ||||
| @ -9651,7 +9651,7 @@ | ||||
|           "repository" | ||||
|         ], | ||||
|         "summary": "Add a topic to a repository", | ||||
|         "operationId": "repoAddTopíc", | ||||
|         "operationId": "repoAddTopic", | ||||
|         "parameters": [ | ||||
|           { | ||||
|             "type": "string", | ||||
|  | ||||
		Loading…
	
	
			
			x
			
			
		
	
		Reference in New Issue
	
	Block a user
	 Lars Hvam
						Lars Hvam