mirror of
https://github.com/go-gitea/gitea.git
synced 2025-09-02 01:36:03 +00:00
Add admin API route for managing user's badges (#23106)
Fix #22785 --------- Co-authored-by: Lunny Xiao <xiaolunwen@gmail.com>
This commit is contained in:
@@ -190,4 +190,10 @@ type swaggerParameterBodies struct {
|
||||
|
||||
// in:body
|
||||
CreateOrUpdateSecretOption api.CreateOrUpdateSecretOption
|
||||
|
||||
// in:body
|
||||
UserBadgeOption api.UserBadgeOption
|
||||
|
||||
// in:body
|
||||
UserBadgeList api.BadgeList
|
||||
}
|
||||
|
Reference in New Issue
Block a user