# update

**Kind:** API Endpoint

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

Edit an experience (content/targeting/trigger/priority)

## Endpoint

`PATCH /tours/:projectId/experiences/:id`

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

## Referenced By

- `ToursController` (MODULE_DECLARES)
