[API] expose RepoOwner on Issue responce (#10126)
* add RepoOwner on issue api responce * CI.restart()
This commit is contained in:
parent
3ff95cef60
commit
b3c72a7c4a
3 changed files with 6 additions and 0 deletions
|
@ -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"
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue