phaseId do caminho é a fase de origem); o corpo contém apenas o identificador da fase de destino, também no campo phaseId. Não é possível enviar doneType no corpo — esse valor é sempre resolvido a partir da configuração da fase de destino e não pode ser sobrescrito por esta chamada.curl --location --request PATCH '/v1/flows//phases//cards/' \
--header 'Content-Type: application/json' \
--data '{
"phaseId": "string"
}'{
"id": "string",
"flowId": "string",
"currentPhaseId": "string",
"title": "string",
"value": 0,
"done": true,
"assignee": {
"userId": "string",
"userName": "string",
"userEmail": "string"
},
"labels": [
{
"label": "string",
"color": "string"
}
],
"fields": [
{
"id": "string",
"value": null
}
],
"createdAt": "string"
}