v1

latestSwagger 2.02026-07-14385167.8 KB
Webinars

Update webinar

Updates a webinar. The call requires at least one of the parameters in the request body. The request completely replaces the existing session, series, or sequence and so must include the full definition of each as for the Create call. Set notifyParticipants=true to send update emails to registrants.

put/organizers/{organizerKey}/webinars/{webinarKey}

Path parameters

organizerKeyinteger required

The key of the organizer

webinarKeyinteger required

The key of the webinar

Query parameters

notifyParticipantsboolean

Defines whether to send notifications to participants

Headers

Authorizationstring required

Access token

Request body

descriptionstring

A description of the webinar (2048 characters maximum)

locale'en_US' | 'de_DE' | 'es_ES' | 'fr_FR' | 'it_IT' | 'zh_CN'

The webinar language

subjectstring

The name/subject of the webinar (128 characters maximum)

timeZonestring

The time zone where the webinar is taking place (must be a valid time zone ID, see https://goto-developer.logmein.com/time-zones). If this parameter is not passed, the timezone of the organizer's profile will be used

Response

Accepted