status, value, opinion, and fields). Use this call to revise an existing opinion — for example, correcting the approved value or adding to the text — without creating a new record.value is required and must be greater than or equal to zero when status is approved, and the values in fields are identified by each complementary field's id, not by name. For select-type fields, the value is still sent as an array.curl --location --request PUT '/v1/cards//phases//actions/opinion' \
--header 'Content-Type: application/json' \
--data '{
"status": "approved",
"value": 0,
"opinion": "string",
"fields": [
{
"id": "string",
"value": null
}
]
}'{
"status": "approved",
"value": 0,
"opinion": "string",
"fields": [
{
"id": "string",
"value": null
}
]
}