# previewLink

**Kind:** API Endpoint

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

## Endpoint

`POST /projects/:projectId/change-requests/:crId/preview-link`

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

## Referenced By

- `ChangeRequestController` (MODULE_DECLARES)
