social / pragma.account / AccountService / editPlayerGroupServiceV1 /
editPlayerGroupServiceV1 #
suspend fun editPlayerGroupServiceV1(serviceSession: ServiceSession, request: AccountRpc.EditPlayerGroupServiceV1Request): AccountRpc.EditPlayerGroupServiceV1Response
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.