conditions rule described for creation applies here: the key that identifies the evaluated field inside rule[] is field, and the array cannot be sent empty.curl --location --request PUT '/v1/flows//phases//actions/' \
--header 'Content-Type: application/json' \
--data '{
"action": "approval",
"blocksMovement": true,
"conditions": [
{
"rule": [
{
"field": "string",
"condition": "string",
"target": null
}
]
}
]
}'{
"id": "string",
"action": "string",
"blocksMovement": true,
"conditions": [
"string"
]
}