1
0

feat: allow a user to remove themselves from a team

This commit is contained in:
kolaente
2022-10-09 16:39:40 +02:00
parent b331fdd29a
commit b8769c746c
6 changed files with 14 additions and 5 deletions

View File

@ -6158,7 +6158,7 @@
"JWTKeyAuth": []
}
],
"description": "Remove a user from a team. This will also revoke any access this user might have via that team.",
"description": "Remove a user from a team. This will also revoke any access this user might have via that team. A user can remove themselves from the team if they are not the last user in the team.",
"produces": [
"application/json"
],