publishEvent
Publishes an event.
Parameters
Name | Type | Description |
---|---|---|
eventId | Identifier | The ID of the event to update status for. |
Example
const { data: success } = await ClassicVirtualEventsApi.publishEvent({ eventId: "6533473338141704368" });
Example Data
{ isUpdated: true }
Endpoint
POST /v1/virtual-events/{eventId}/status