active) or targeted adjustments to conditions, actions or the calculation — and preserving the rest.curl --location --request PATCH '/v1/client-config//fields//rules/' \
--header 'Content-Type: application/json' \
--data '{
"trigger": "string",
"operations": [
{
"conditions": [
{
"fieldId": "string",
"operator": "string",
"value": null
}
],
"actions": [
{
"type": "show",
"targetFieldId": "string",
"value": null
}
]
}
],
"calculation": {
"expression": "string",
"targetFieldId": "string",
"precision": 0,
"editable": true
},
"active": true
}'{
"id": "string",
"trigger": "string",
"operations": [
{
"conditions": [
{
"fieldId": "string",
"operator": "string",
"value": null
}
],
"actions": [
{
"type": "show",
"targetFieldId": "string",
"value": null
}
]
}
],
"calculation": {
"expression": "string",
"targetFieldId": "string",
"precision": 0,
"editable": true
},
"active": true
}