When we submit a PUT we could identify the schedule name in URL (required) and in the body JSON. But if accidentally send different names in those both fields, the mongo will make the change in the body one. Seems that the code is ignoring the URL param.
Could I take it?