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

Update an attendee's information (encrypted fields) Caller must be authenticated admin (public key always exists after setup)

Parameters

attendeeId: number

Return Type

Promise<void>

Usage

import { updateAttendee } from "docs/database.ts";