Hi,
I am trying to PATCH an incident from the REST API swagger documentation of Resilient there I am sending this in body of PATCH -
{
"changes": [
{
"field": {
"id": {},
"name": "properties.domain"
},
"old_value": {
"object": {
"text": "MYORG"
}
},
"new_value": {
"object": {
"text": "MYNEWORG"
}
}
}
"version": 12345
}
The response is -

If I go fetch incident details from API I can see the domain a sub element of the properties

What field name should I enter in order to make this patch working.
I am using the same terminology to fetch the incidents as properties.domain and this is working but not when I am patching incident.
------------------------------
Deepansh Saini
------------------------------