Hi I would like to disable the schedule in FME Server in the event of a job failure.
I am looking at https://docs.safe.com/fme/html/FME_REST/apidoc/v3/index.html#!/schedules/update_put_3
which works but it seems that I have to update all the parameters in the schedule for this to work, rather than just the parameter "enabled".
I would like to set the request body as
{
"enabled": false
}
Has anyone manage to get this working by just setting enabled to false ?