1
1
mirror of https://github.com/go-gitea/gitea synced 2025-07-22 18:28:37 +00:00

Expose resolver via API (#15167)

* Expose resolver via API
This commit is contained in:
sotho
2021-03-28 00:37:51 +01:00
committed by GitHub
parent 290cf75f93
commit e7609929c1
4 changed files with 8 additions and 3 deletions

View File

@@ -15460,6 +15460,9 @@
"type": "string",
"x-go-name": "HTMLPullURL"
},
"resolver": {
"$ref": "#/definitions/User"
},
"updated_at": {
"type": "string",
"format": "date-time",