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