diff options
author | Lunny Xiao <xiaolunwen@gmail.com> | 2024-05-28 18:03:54 +0800 |
---|---|---|
committer | GitHub <noreply@github.com> | 2024-05-28 10:03:54 +0000 |
commit | de4616690f742aebc3e019fde5c73c432d543292 (patch) | |
tree | ed7259c7eb01492e930811af31011f4f89520c20 /templates/swagger | |
parent | b6f15c7948ac3d09977350de83ec91d5789ea083 (diff) | |
download | gitea-de4616690f742aebc3e019fde5c73c432d543292.tar.gz gitea-de4616690f742aebc3e019fde5c73c432d543292.zip |
Add topics for repository API (#31127)
Fix ##31100
Diffstat (limited to 'templates/swagger')
-rw-r--r-- | templates/swagger/v1_json.tmpl | 7 |
1 files changed, 7 insertions, 0 deletions
diff --git a/templates/swagger/v1_json.tmpl b/templates/swagger/v1_json.tmpl index 34829a15fc..c552e48346 100644 --- a/templates/swagger/v1_json.tmpl +++ b/templates/swagger/v1_json.tmpl @@ -23804,6 +23804,13 @@ "type": "boolean", "x-go-name": "Template" }, + "topics": { + "type": "array", + "items": { + "type": "string" + }, + "x-go-name": "Topics" + }, "updated_at": { "type": "string", "format": "date-time", |