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.

PragmaApplicationErrors

  • pragma.ValidationFailedApplicationError when group name is empty.
  • AccountRpc.GroupAlreadyExistsApplicationError when name is already in use.