actions[] list, including actions that did not change: an action omitted from the payload (for example, a previously configured set-assignee) is removed from the trigger after the update.move-card and set-labels rules described for creation apply here.curl --location --request PUT '/v1/triggers/' \
--header 'Content-Type: application/json' \
--data '{
"flowId": "string",
"phaseId": "string",
"type": "create-card",
"actions": [
{
"type": "set-labels",
"conditions": [
{
"rule": [
{
"path": "string",
"reference": "string",
"condition": "string",
"target": null
}
]
}
],
"params": {
"mode": "overwrite",
"labels": [
{
"label": "string",
"color": "string"
}
],
"phaseId": "string",
"message": "string",
"assignee": {
"userId": "string",
"userName": "string",
"userEmail": "string"
}
}
}
]
}'{
"id": "string",
"flowId": "string",
"phaseId": "string",
"type": "string",
"actions": [
{}
]
}