actions[], incluindo as ações que não mudaram: uma ação omitida do payload (por exemplo, um set-assignee configurado anteriormente) é removida do gatilho após a atualização.move-card e set-labels descritas na criação se aplicam aqui.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": [
{}
]
}