valorant-api-types
Version:
A collection of documented endpoints and return types for the unofficial Valorant API
23 lines • 696 B
JavaScript
;
Object.defineProperty(exports, "__esModule", { value: true });
exports.startCustomGameEndpoint = void 0;
const commonTypes_1 = require("../../commonTypes");
exports.startCustomGameEndpoint = {
name: 'Start Custom Game',
description: 'Start a custom game',
queryName: 'Party_StartCustomGame',
category: 'Party Endpoints',
type: 'glz',
method: 'POST',
suffix: 'parties/v1/parties/{party id}/startcustomgame',
riotRequirements: {
token: true,
entitlement: true,
clientVersion: true,
clientPlatform: true
},
responses: {
'200': commonTypes_1.partySchema
}
};
//# sourceMappingURL=StartCustomGame.js.map