# duplicate

**Kind:** API Endpoint

**Source:** [`atloria-monorepo/apps/api/src/issues/desk.controller.ts`](https://github.com/sherkety/atloria/blob/main/atloria-monorepo/apps/api/src/issues/desk.controller.ts#L98)

Reversible merge: close this ticket as a duplicate of another (reopen reverses it)

## Endpoint

`POST /desk/:projectId/threads/:id/duplicate`

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

## Referenced By

- `DeskController` (MODULE_DECLARES)
