1
1
mirror of https://github.com/go-gitea/gitea synced 2025-07-22 18:28:37 +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:
Lars Hvam
2021-08-01 18:28:05 +02:00
committed by GitHub
parent e3b6526922
commit d686d7b052
2 changed files with 2 additions and 2 deletions

View File

@@ -9651,7 +9651,7 @@
"repository"
],
"summary": "Add a topic to a repository",
"operationId": "repoAddTopíc",
"operationId": "repoAddTopic",
"parameters": [
{
"type": "string",