diff options
author | 6543 <6543@obermui.de> | 2020-02-04 06:05:17 +0100 |
---|---|---|
committer | GitHub <noreply@github.com> | 2020-02-04 00:05:17 -0500 |
commit | b3c72a7c4a935e805b87ff2e1911429628ace7c5 (patch) | |
tree | 1683763de1f978a8e4576dd76841a16b11b0d750 /templates | |
parent | 3ff95cef606fad166527b092cb063081e3b3b84e (diff) | |
download | gitea-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.tmpl | 4 |
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" |