diff options
author | Lars Hvam <larshp@hotmail.com> | 2021-08-01 18:28:05 +0200 |
---|---|---|
committer | GitHub <noreply@github.com> | 2021-08-01 18:28:05 +0200 |
commit | d686d7b05231ee43d6901317208c1dd851dacfa9 (patch) | |
tree | 5691c1913fc0acd9186d9be10b5b5a76998339ba /templates/swagger | |
parent | e3b6526922367db57698025f4e11066f3ecff32c (diff) | |
download | gitea-d686d7b05231ee43d6901317208c1dd851dacfa9.tar.gz gitea-d686d7b05231ee43d6901317208c1dd851dacfa9.zip |
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"
Diffstat (limited to 'templates/swagger')
-rw-r--r-- | templates/swagger/v1_json.tmpl | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/templates/swagger/v1_json.tmpl b/templates/swagger/v1_json.tmpl index 238265fd7e..d97ec5ff2d 100644 --- a/templates/swagger/v1_json.tmpl +++ b/templates/swagger/v1_json.tmpl @@ -9651,7 +9651,7 @@ "repository" ], "summary": "Add a topic to a repository", - "operationId": "repoAddTopíc", + "operationId": "repoAddTopic", "parameters": [ { "type": "string", |