updateEvent
Method that allows modifying existing events by their ID.
import { updateEvent } from "basehub/events"
Parameters
Returns
{ success: true; eventId: string } | { success: false; error: string }
Method that allows modifying existing events by their ID.
import { updateEvent } from "basehub/events"
{ success: true; eventId: string } | { success: false; error: string }