# ReshootStepDto

**Kind:** Class

**Source:** [`atloria-monorepo/apps/api/src/capture/dto/update-flow.dto.ts`](https://github.com/sherkety/atloria/blob/main/atloria-monorepo/apps/api/src/capture/dto/update-flow.dto.ts#L45)

Re-shoot ONE step of a stored flow. The worker walks the recipe up to this step
(in one Playwright context) and re-captures just its screenshot, optionally at a
new viewport size / UI locale. Any redaction boxes stored on the step are burned
into the fresh asset before upload.

## Properties

| Property | Type |
|---|---|
| `viewport` | `ReshootViewportDto` |
| `locale` | `string` |
