aboutsummaryrefslogtreecommitdiffstats
path: root/templates
diff options
context:
space:
mode:
authorGiteabot <teabot@gitea.io>2023-09-25 16:24:50 +0800
committerGitHub <noreply@github.com>2023-09-25 08:24:50 +0000
commit89b6f20bf819be0d3146a0fbb9e0b2ec696bcf55 (patch)
tree5870bdfa20823b57fa9091d1e849ed85d59ef366 /templates
parent37c7780e85db0bca580a0ed2826eac338997079e (diff)
downloadgitea-89b6f20bf819be0d3146a0fbb9e0b2ec696bcf55.tar.gz
gitea-89b6f20bf819be0d3146a0fbb9e0b2ec696bcf55.zip
Fix PushEvent NullPointerException jenkinsci/github-plugin (#27203) (#27251)
Backport #27203 by @Nabapadma-sarker Fixes #27202 Co-authored-by: Nabapadma-sarker <nabapadmacse1991@gmail.com>
Diffstat (limited to 'templates')
-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 39c5a7fe11..f6a3bf6ce0 100644
--- a/templates/swagger/v1_json.tmpl
+++ b/templates/swagger/v1_json.tmpl
@@ -22028,6 +22028,10 @@
"format": "date-time",
"x-go-name": "Updated"
},
+ "url": {
+ "type": "string",
+ "x-go-name": "URL"
+ },
"watchers_count": {
"type": "integer",
"format": "int64",