valorant-api-types
Version:
A collection of documented endpoints and return types for the unofficial Valorant API
23 lines • 773 B
JavaScript
;
Object.defineProperty(exports, "__esModule", { value: true });
exports.refreshPlayerIdentityEndpoint = void 0;
const commonTypes_1 = require("../../commonTypes");
exports.refreshPlayerIdentityEndpoint = {
name: 'Refresh Player Identity',
description: 'Refresh the identity of the specified player',
queryName: 'Party_RefreshPlayerIdentity',
category: 'Party Endpoints',
type: 'glz',
method: 'POST',
suffix: 'parties/v1/parties/{party id}/members/{puuid}/refreshPlayerIdentity',
riotRequirements: {
token: true,
entitlement: true,
clientVersion: true,
clientPlatform: true
},
responses: {
'200': commonTypes_1.partySchema
}
};
//# sourceMappingURL=RefreshPlayerIdentity.js.map