mirror of
https://github.com/go-gitea/gitea
synced 2025-07-22 18:28:37 +00:00
Add missing repo.projects unit into swagger (#14876)
Fix #14875 Signed-off-by: Andrew Thornton <art27@cantab.net>
This commit is contained in:
@@ -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"
|
||||
]
|
||||
}
|
||||
|
Reference in New Issue
Block a user