mirror of
https://codeberg.org/forgejo/forgejo.git
synced 2025-05-16 15:02:43 +00:00
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
2 changed files with 2 additions and 2 deletions
|
@ -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:
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue