action getgo_update_training_times { label: "Update Training Times" description: " 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." provider: getgo method: PUT path: "/organizers/{organizerKey}/trainings/{trainingKey}/times" encoding: json output: { type: "object" additionalProperties: true } }