diff options
author | Giteabot <teabot@gitea.io> | 2023-10-31 18:26:28 +0800 |
---|---|---|
committer | GitHub <noreply@github.com> | 2023-10-31 11:26:28 +0100 |
commit | 18a782f73d9f4e049a26445804a932635b16e0f3 (patch) | |
tree | d2af645296983fea83613b2be02b3492dd6e06a5 /templates | |
parent | 6af6f8178050ab15fee6de617912f38626a533ea (diff) | |
download | gitea-18a782f73d9f4e049a26445804a932635b16e0f3.tar.gz gitea-18a782f73d9f4e049a26445804a932635b16e0f3.zip |
Fix package webhook (#27839) (#27855)
Backport #27839 by @lunny
Fix #23742
Co-authored-by: Lunny Xiao <xiaolunwen@gmail.com>
Co-authored-by: KN4CK3R <admin@oldschoolhack.me>
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 e8824fd87f..1f27dc7668 100644 --- a/templates/swagger/v1_json.tmpl +++ b/templates/swagger/v1_json.tmpl @@ -21039,6 +21039,10 @@ "creator": { "$ref": "#/definitions/User" }, + "html_url": { + "type": "string", + "x-go-name": "HTMLURL" + }, "id": { "type": "integer", "format": "int64", |