valorant-api-types
Version:
A collection of documented endpoints and return types for the unofficial Valorant API
22 lines • 642 B
JavaScript
;
Object.defineProperty(exports, "__esModule", { value: true });
exports.partyEndpoint = void 0;
const commonTypes_1 = require("../../commonTypes");
exports.partyEndpoint = {
name: 'Party',
description: 'Get the party information for the given party ID',
queryName: 'Party_FetchParty',
category: 'Party Endpoints',
type: 'glz',
suffix: 'parties/v1/parties/{party id}',
riotRequirements: {
token: true,
entitlement: true,
clientPlatform: true,
clientVersion: true
},
responses: {
'200': commonTypes_1.partySchema
}
};
//# sourceMappingURL=Party.js.map