function updateAttendeePII
updateAttendeePII(
attendeeId: number,
): Promise<void>

Update an attendee's PII (name, email, phone, etc.) — shared across all event links. Caller must be authenticated admin (public key always exists after setup).

Parameters

attendeeId: number

Return Type

Promise<void>

Usage

import { updateAttendeePII } from "doc.ts";