Kind: Class
Source: atloria-monorepo/apps/api/src/capture/dto/update-flow.dto.ts
Owner edits to a captured flow's step list (F2 step-list editor).
The client sends the FULL desired ordered array — reorders, caption edits,
deletions and redaction boxes already applied. The service re-sanitizes +
re-redacts every value (defense in depth) and re-indexes order before storing,
so a tampered client can never smuggle a secret back in.
Properties
| Property | Type |
|---|---|
steps | CapturedStepDto[] |
Was this page helpful?