diff --git a/openapi/user/user.go b/openapi/user/user.go index 1b7f00d8..e7fb84c4 100644 --- a/openapi/user/user.go +++ b/openapi/user/user.go @@ -28,8 +28,10 @@ func init() { Name: ScopeTeamSelection, Description: "Team selection - temporary access for selecting a team after login", Endpoints: []string{ - "POST /user/teams/select", + "GET /user/profile", + "GET /user/teams", "GET /user/teams/config", + "POST /user/teams/select", "GET /file/:uploaderID/:fileID/content", }, },