summaryrefslogtreecommitdiffstats
path: root/templates
diff options
context:
space:
mode:
authorzeripath <art27@cantab.net>2021-03-03 22:44:30 +0000
committerGitHub <noreply@github.com>2021-03-03 23:44:30 +0100
commit0bdeb2b3029dc46c3e409dc043d07bf36d581be5 (patch)
tree559c62aa4446f21386c49270fd1444c9780eb263 /templates
parentb2986ab8b2671c2779aa4a8b72cb7947c62402a4 (diff)
downloadgitea-0bdeb2b3029dc46c3e409dc043d07bf36d581be5.tar.gz
gitea-0bdeb2b3029dc46c3e409dc043d07bf36d581be5.zip
Add missing repo.projects unit into swagger (#14876)
Fix #14875 Signed-off-by: Andrew Thornton <art27@cantab.net>
Diffstat (limited to 'templates')
-rw-r--r--templates/swagger/v1_json.tmpl3
1 files changed, 3 insertions, 0 deletions
diff --git a/templates/swagger/v1_json.tmpl b/templates/swagger/v1_json.tmpl
index 4a97650e56..1b1d9e5c97 100644
--- a/templates/swagger/v1_json.tmpl
+++ b/templates/swagger/v1_json.tmpl
@@ -12968,6 +12968,7 @@
"repo.wiki",
"repo.pulls",
"repo.releases",
+ "repo.projects",
"repo.ext_wiki"
]
}
@@ -13728,6 +13729,7 @@
"repo.wiki",
"repo.pulls",
"repo.releases",
+ "repo.projects",
"repo.ext_wiki"
]
}
@@ -15995,6 +15997,7 @@
"repo.wiki",
"repo.pulls",
"repo.releases",
+ "repo.projects",
"repo.ext_wiki"
]
}