social / pragma.account / AccountService / editPlayerGroupOperatorV1 /
editPlayerGroupOperatorV1 #
suspend fun editPlayerGroupOperatorV1(operatorSession: OperatorSession, request: AccountRpc.EditPlayerGroupOperatorV1Request): AccountRpc.EditPlayerGroupOperatorV1Response
Edits the name and description and returns a PlayerGroup.
PragmaResultErrors
- PragmaError.AccountService_PlayerGroupValidation when name is not set.
- PragmaError.AccountService_PlayerGroupNameCollision when name is already in use.