1
1
mirror of https://github.com/go-gitea/gitea synced 2025-07-03 09:07:19 +00:00

Add topics for repository API (#31127)

Fix ##31100
This commit is contained in:
Lunny Xiao
2024-05-28 18:03:54 +08:00
committed by GitHub
parent b6f15c7948
commit de4616690f
3 changed files with 9 additions and 0 deletions

View File

@ -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",