aboutsummaryrefslogtreecommitdiffstats
path: root/templates/swagger
diff options
context:
space:
mode:
authorNabapadma-sarker <nabapadmacse1991@gmail.com>2023-09-25 04:02:47 +0900
committerGitHub <noreply@github.com>2023-09-24 19:02:47 +0000
commit8e23524b18f4075e7db3dc1a7270abc0d9793dcb (patch)
tree803810fe5d44a0b99b89d865b50562f725829bcc /templates/swagger
parent63b25e816db6862bad9ad14ab272901b5570f48b (diff)
downloadgitea-8e23524b18f4075e7db3dc1a7270abc0d9793dcb.tar.gz
gitea-8e23524b18f4075e7db3dc1a7270abc0d9793dcb.zip
Fix PushEvent NullPointerException jenkinsci/github-plugin (#27203)
Fixes #27202
Diffstat (limited to 'templates/swagger')
-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 a9a69bc82a..abe579ac82 100644
--- a/templates/swagger/v1_json.tmpl
+++ b/templates/swagger/v1_json.tmpl
@@ -22114,6 +22114,10 @@
"format": "date-time",
"x-go-name": "Updated"
},
+ "url": {
+ "type": "string",
+ "x-go-name": "URL"
+ },
"watchers_count": {
"type": "integer",
"format": "int64",