active) da regra ou ajustes pontuais nas condições, ações ou no cálculo — e preservando os demais.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
}