I am trying to patch an Incident create_date field with an older value. This is the REST request I am doing from Resilient Interactive API:
{
"changes": [
{
"field": {
"name": "create_date"
},
"old_value": 1607530048888,
"new_value": 1607158556000
}
],
"version": 0
}
I obtain a code 200 and "true" in response body but the Incident Create Date field does not change. Any suggestions ? It's possible to use an older timestamp ?
Thanks
------------------------------
Lucian Sipos
------------------------------