Updates the fields belonging to a card's current phase.This call fully replaces the current phase's set of fields — it is not an incremental update. Sending only a subset of the current phase's fields wipes (zeroes out) the fields left out of the call; to preserve values already filled in, they must be resent together with the new ones on every call. Entry-form (start-form) fields included in this same array are silently ignored — they are neither updated nor returned in the response, and no error is raised.The request body does not accept the phaseId property (neither at the root level nor inside each fields item) — it is always inferred from the field and the card's current phase; including it returns a 400 error. Native fields auto-filled from the entry form (for example, the client's name, document and requested amount) cannot be changed through this route after the card is created: the call is accepted (200), but the value does not change — correcting these fields requires recreating the card.
Requisição
Parâmetros de Caminho
Parâmetros Bodyapplication/jsonNecessário
Examples
Respostas
🟢200Fields updated
application/json
The current phase's fields were replaced by the values sent.