Teams
Last updated
Was this helpful?
Last updated
Was this helpful?
Endpoint to get a team.
Args: team_id: ID of the team to get. user: The authenticated user. rbac: RBAC component. db: The DB session.
Returns: Model of the team.
Model for viewing teams.
Endpoint to create a team.
Args: team: The team to create. user: The authenticated user. rbac: RBAC component. db: The DB session.
Returns: Model of the created team.
Model for creating teams.
Model for viewing teams.
Endpoint to update a team.
Args: team_id: ID of the team to update. update: The team update. user: The authenticated user. rbac: RBAC component. db: The DB session.
Returns: Model of the updated team.
Model for updating teams.
Model for viewing teams.