mirror of
https://codeberg.org/forgejo/forgejo.git
synced 2025-05-31 20:02:09 +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:
parent
b2986ab8b2
commit
0bdeb2b302
2 changed files with 6 additions and 3 deletions
|
@ -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"
|
||||
]
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue