game / pragma.party / PartyService / updatePartyV1 /
updatePartyV1 #
suspend fun updatePartyV1(
session: PlayerSession,
request: PartyRpc.UpdatePartyV1Request
): PartyRpc.UpdatePartyV1Response
Updates the party’s selections. Invokes PartyPlugin.updateParty to process updates.
Request validation:
If player is not in a party, throws PragmaError.PartyService_NotInParty.