UNPKG

valorant-api-types

Version:

A collection of documented endpoints and return types for the unofficial Valorant API

23 lines 749 B
"use strict"; Object.defineProperty(exports, "__esModule", { value: true }); exports.enterMatchmakingQueueEndpoint = void 0; const commonTypes_1 = require("../../commonTypes"); exports.enterMatchmakingQueueEndpoint = { name: 'Enter Matchmaking Queue', description: 'Enter the matchmaking queue for the party', queryName: 'Party_EnterMatchmakingQueue', category: 'Party Endpoints', type: 'glz', method: 'POST', suffix: 'parties/v1/parties/{party id}/matchmaking/join', riotRequirements: { token: true, entitlement: true, clientPlatform: true, clientVersion: true }, responses: { '200': commonTypes_1.partySchema } }; //# sourceMappingURL=EnterMatchmakingQueue.js.map