v1

latestSwagger 2.02026-07-14221830.2 KB
Trainings

Update Training Times

A request to update a scheduled training's start and end times. If the request contains 'notifyTrainers = true' and 'notifyRegistrants = true', both organizers and registrants are notified. The response provides the number of notified trainers and registrants.

put/organizers/{organizerKey}/trainings/{trainingKey}/times

Path parameters

organizerKeyinteger required

The key of the training organizer

trainingKeyinteger required

The key of the training

Headers

Authorizationstring required

Access token

Request body

notifyRegistrantsboolean

Notify registrants via email of change to training. Default is true

notifyTrainersboolean

Notify trainers via email of change to training. Default is true

timeZonestring required

Time zone of the training. Must be a valid time zone ID, see https://goto-developer.logmein.com/time-zones

Response

OK

notifiedRegistrantsinteger required

Number of registrants notified of changes to a training

notifiedTrainersinteger required

Number of trainers notified of changes to a training