I'm using this api call
https://goto-developer.logmeininc.com/content/gototraining-api-reference#/Trainings/updateTrainingTimes
in order to update start/end times for a training.
Here request payload:
{
"timeZone":"Europe/Amsterdam",
"times":[
{
"startDate":"2020-04-22T18:00:00Z",
"endDate":"2020-04-22T18:05:00Z"
}
],
"notifyRegistrants":true,
"notifyTrainers":true
}and below GTT response
{
"fault":{
"faultstring":"Received 405 Response without Allow Header",
"detail":{
"errorcode":"protocol.http.Response405WithoutAllowHeader"
}
}
}Does someone have any idea on how to solve?
Thanks in advance
Antonio