summaryrefslogtreecommitdiffstats
path: root/templates/swagger/v1_json.tmpl
diff options
context:
space:
mode:
authorLunny Xiao <xiaolunwen@gmail.com>2023-10-31 12:43:38 +0800
committerGitHub <noreply@github.com>2023-10-31 04:43:38 +0000
commit16d15ce087cd4b9ddf91f6acff7eacac24e6aac5 (patch)
treea71425c3ab1c5ee0c3ca6a8b8eaefd1367ecbfc8 /templates/swagger/v1_json.tmpl
parent9106514e516f1e75ae539f3cd2f3a794c7d2c50a (diff)
downloadgitea-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.tmpl4
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",