Teams: Refactor most functionality to use hooks (#113713)
This commit is contained in:
@@ -312,6 +312,10 @@ type GetTeamByIDParams struct {
|
||||
// in:path
|
||||
// required:true
|
||||
TeamID string `json:"team_id"`
|
||||
// in:query
|
||||
// required:false
|
||||
// default: false
|
||||
AccessControl bool `json:"accesscontrol"`
|
||||
}
|
||||
|
||||
// swagger:parameters deleteTeamByID
|
||||
|
||||
Reference in New Issue
Block a user