Admin - Webinars

Update Webinar Slot

Update an existing webinar slot. Only accessible by admin users.

put/admin/webinars/slots/{slot_id}

Path parameters

slot_idstring required

The ID of the webinar slot to update

The ID of the webinar slot to update

Request body

start_time_utcstring date-time nullable
titlestring nullable
descriptionstring nullable
max_attendeesinteger nullable
is_activeboolean nullable

Response

Successful Response

idstring required
start_time_utcstring date-time required
titlestring nullable
descriptionstring nullable
zoom_linkstring required
max_attendeesinteger nullable
is_activeboolean required
created_bystring required
created_atstring date-time required
updated_atstring date-time required
registrations_countinteger

Changes

No recorded changes to this endpoint across all 4 revisions of this API.