UNPKG

valorant-api-types

Version:

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

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