UNPKG

valorant-api-types

Version:

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

23 lines 715 B
"use strict"; Object.defineProperty(exports, "__esModule", { value: true }); exports.refreshPingsEndpoint = void 0; const commonTypes_1 = require("../../commonTypes"); exports.refreshPingsEndpoint = { name: 'Refresh Pings', description: 'Refresh the pings of the specified player', queryName: 'Party_RefreshPings', category: 'Party Endpoints', type: 'glz', method: 'POST', suffix: 'parties/v1/parties/{party id}/members/{puuid}/refreshPings', riotRequirements: { token: true, entitlement: true, clientVersion: true, clientPlatform: true }, responses: { '200': commonTypes_1.partySchema } }; //# sourceMappingURL=RefreshPings.js.map