UNPKG

valorant-api-types

Version:

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

23 lines 675 B
"use strict"; Object.defineProperty(exports, "__esModule", { value: true }); exports.partyRemovePlayerEndpoint = void 0; const zod_1 = require("zod"); exports.partyRemovePlayerEndpoint = { name: 'Party Remove Player', description: 'Remove a player from the current party', queryName: 'Party_RemovePlayer', category: 'Party Endpoints', type: 'glz', suffix: 'parties/v1/players/{puuid}', method: 'DELETE', riotRequirements: { token: true, entitlement: true, clientVersion: true, clientPlatform: true }, responses: { '204': zod_1.z.undefined() } }; //# sourceMappingURL=PartyRemovePlayer.js.map