# update

**Kind:** API Endpoint

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

Edit a draft (title/body/tags) — owner words beat the AI pass

## Endpoint

`PATCH /changelog/:projectId/entries/:entryId`

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

## Referenced By

- `ChangelogController` (MODULE_DECLARES)
