diff options
author | Lunny Xiao <xiaolunwen@gmail.com> | 2023-10-31 12:43:38 +0800 |
---|---|---|
committer | GitHub <noreply@github.com> | 2023-10-31 04:43:38 +0000 |
commit | 16d15ce087cd4b9ddf91f6acff7eacac24e6aac5 (patch) | |
tree | a71425c3ab1c5ee0c3ca6a8b8eaefd1367ecbfc8 /templates/swagger/v1_json.tmpl | |
parent | 9106514e516f1e75ae539f3cd2f3a794c7d2c50a (diff) | |
download | gitea-16d15ce087cd4b9ddf91f6acff7eacac24e6aac5.tar.gz gitea-16d15ce087cd4b9ddf91f6acff7eacac24e6aac5.zip |
Fix package webhook (#27839)
Fix #23742
---------
Co-authored-by: KN4CK3R <admin@oldschoolhack.me>
Diffstat (limited to 'templates/swagger/v1_json.tmpl')
-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 2389ec3bee..75a45dc68a 100644 --- a/templates/swagger/v1_json.tmpl +++ b/templates/swagger/v1_json.tmpl @@ -21123,6 +21123,10 @@ "creator": { "$ref": "#/definitions/User" }, + "html_url": { + "type": "string", + "x-go-name": "HTMLURL" + }, "id": { "type": "integer", "format": "int64", |