# SyncEntitiesDto

**Kind:** Class

**Source:** [`atloria-monorepo/apps/api/src/graph/dto/sync-entities.dto.ts`](https://github.com/sherkety/atloria/blob/main/atloria-monorepo/apps/api/src/graph/dto/sync-entities.dto.ts#L66)

Request body for bulk entity sync

## Properties

| Property | Type |
|---|---|
| `entities` | `SyncEntityDto[]` |
| `workflowSignals` | `WorkflowSignals` |
| `enableAiWorkflows` | `boolean` |
| `aiModel` | `string` |
| `forceWorkflowDiscovery` | `boolean` |
| `businessContext` | `string` |
