Hello,
I'm trying to modify the state of change management task via the following call
Request: PATCH call on /sn_chg_rest/change/<requestID>/task/<TaskID>
Body: {"work_notes":"updating", "state":"In Progress"}
The call is successful, new work notes ...