Skip to content

Commit

Permalink
Merge pull request #56 from ev3nvy/fix-party-player
Browse files Browse the repository at this point in the history
fix: add `X-Riot-ClientPlatform` requirement to party player endpoint
  • Loading branch information
techchrism authored Mar 29, 2024
2 parents 3725351 + c2f0356 commit da61401
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion valorant-api-types/src/endpoints/party/PartyPlayer.ts
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,8 @@ export const partyPlayerEndpoint = {
riotRequirements: {
token: true,
entitlement: true,
clientVersion: true
clientVersion: true,
clientPlatform: true
},
responses: {
'200': partyPlayerSchema
Expand Down

0 comments on commit da61401

Please sign in to comment.