From c2f0356c18e23710c6fe721918575de6d20f24e4 Mon Sep 17 00:00:00 2001 From: ev3nvy <12035264+ev3nvy@users.noreply.github.com> Date: Wed, 27 Mar 2024 11:30:13 +0100 Subject: [PATCH] fix: add `X-Riot-ClientPlatform` requirement to party player endpoint --- valorant-api-types/src/endpoints/party/PartyPlayer.ts | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/valorant-api-types/src/endpoints/party/PartyPlayer.ts b/valorant-api-types/src/endpoints/party/PartyPlayer.ts index ea01b2c..4dcd6e9 100644 --- a/valorant-api-types/src/endpoints/party/PartyPlayer.ts +++ b/valorant-api-types/src/endpoints/party/PartyPlayer.ts @@ -12,7 +12,8 @@ export const partyPlayerEndpoint = { riotRequirements: { token: true, entitlement: true, - clientVersion: true + clientVersion: true, + clientPlatform: true }, responses: { '200': partyPlayerSchema