UNPKG

valorant-api-types

Version:

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

23 lines 708 B
"use strict"; Object.defineProperty(exports, "__esModule", { value: true }); exports.partyDisableCodeEndpoint = void 0; const commonTypes_1 = require("../../commonTypes"); exports.partyDisableCodeEndpoint = { name: 'Party Disable Code', description: 'Disable the party invite code', queryName: 'Party_CreateInviteCode', category: 'Party Endpoints', type: 'glz', method: 'DELETE', suffix: 'parties/v1/parties/{party id}/invitecode', riotRequirements: { token: true, entitlement: true, clientPlatform: true, clientVersion: true }, responses: { '200': commonTypes_1.partySchema } }; //# sourceMappingURL=PartyDisableCode.js.map