summaryrefslogtreecommitdiffstats
path: root/templates
diff options
context:
space:
mode:
author6543 <6543@obermui.de>2020-02-04 06:05:17 +0100
committerGitHub <noreply@github.com>2020-02-04 00:05:17 -0500
commitb3c72a7c4a935e805b87ff2e1911429628ace7c5 (patch)
tree1683763de1f978a8e4576dd76841a16b11b0d750 /templates
parent3ff95cef606fad166527b092cb063081e3b3b84e (diff)
downloadgitea-b3c72a7c4a935e805b87ff2e1911429628ace7c5.tar.gz
gitea-b3c72a7c4a935e805b87ff2e1911429628ace7c5.zip
[API] expose RepoOwner on Issue responce (#10126)
* add RepoOwner on issue api responce * CI.restart()
Diffstat (limited to 'templates')
-rw-r--r--templates/swagger/v1_json.tmpl4
1 files changed, 4 insertions, 0 deletions
diff --git a/templates/swagger/v1_json.tmpl b/templates/swagger/v1_json.tmpl
index ecd9639049..35c700a765 100644
--- a/templates/swagger/v1_json.tmpl
+++ b/templates/swagger/v1_json.tmpl
@@ -12350,6 +12350,10 @@
"name": {
"type": "string",
"x-go-name": "Name"
+ },
+ "owner": {
+ "type": "string",
+ "x-go-name": "Owner"
}
},
"x-go-package": "code.gitea.io/gitea/modules/structs"