We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent e3b6526 commit d686d7bCopy full SHA for d686d7b
routers/api/v1/repo/topic.go
@@ -126,7 +126,7 @@ func UpdateTopics(ctx *context.APIContext) {
126
127
// AddTopic adds a topic name to a repo
128
func AddTopic(ctx *context.APIContext) {
129
- // swagger:operation PUT /repos/{owner}/{repo}/topics/{topic} repository repoAddTopíc
+ // swagger:operation PUT /repos/{owner}/{repo}/topics/{topic} repository repoAddTopic
130
// ---
131
// summary: Add a topic to a repository
132
// produces:
templates/swagger/v1_json.tmpl
@@ -9651,7 +9651,7 @@
9651
"repository"
9652
],
9653
"summary": "Add a topic to a repository",
9654
- "operationId": "repoAddTopíc",
+ "operationId": "repoAddTopic",
9655
"parameters": [
9656
{
9657
"type": "string",
0 commit comments