Is there a way to close the serviceNow change request using restApi ?
Have tried it using API Patch
Patch sn_chg_rest/change/{sys_id}
Body: { “state”: “Closed”, “close_code”: “” “close_notes”: “”
It simply returns the list of fields as response. Status of the change is not changed.
Expecting the status of the change to be closed