UNPKG

passkit-webservice-toolkit

Version:

Integrate Apple Wallet Service with ease

10 lines 559 B
"use strict"; Object.defineProperty(exports, "__esModule", { value: true }); exports.RegisterEndpoint = void 0; const endpointDefinition_js_1 = require("../endpointDefinition.js"); /** * Set up change notifications for a pass on a device. * @see https://developer.apple.com/documentation/walletpasses/register_a_pass_for_update_notifications */ exports.RegisterEndpoint = (0, endpointDefinition_js_1.createEndpointDefinition)("POST /v1/devices/:deviceLibraryIdentifier/registrations/:passTypeIdentifier/:serialNumber"); //# sourceMappingURL=register.js.map