From 8ccfd68f215e49a7739cb3fdac9a6f25e14e5471 Mon Sep 17 00:00:00 2001 From: Jordan Dominion Date: Sat, 21 Sep 2024 17:25:44 -0400 Subject: [PATCH] Note about how `updateUsers` can remove users from groups --- src/Tgstation.Server.Host/GraphQL/Mutations/UserMutations.cs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/Tgstation.Server.Host/GraphQL/Mutations/UserMutations.cs b/src/Tgstation.Server.Host/GraphQL/Mutations/UserMutations.cs index bb19506d0d..177ddbd1f1 100644 --- a/src/Tgstation.Server.Host/GraphQL/Mutations/UserMutations.cs +++ b/src/Tgstation.Server.Host/GraphQL/Mutations/UserMutations.cs @@ -283,7 +283,7 @@ namespace Tgstation.Server.Host.GraphQL.Mutations /// Optional casing only change to the of the . Only applicable to TGS users. /// Optional new password for the . Only applicable to TGS users. /// Optional new status for the . - /// Optional new owned for the user. + /// Optional new owned for the user. Note that setting this on a in a will remove them from that group. /// Optional of the to move the to. /// Optional new s for the . /// The for the .