# syncEntities

**Kind:** API Endpoint

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

Bulk sync entities

## Endpoint

`POST /projects/:projectId/entities/sync`

| Parameter | In | Type | Required | Description |
|---|---|---|---|---|
| `projectId` | path | `string` | ✓ | Project ID |

## Referenced By

- `KgSyncController` (MODULE_DECLARES)
