# setSubdomain

**Kind:** API Endpoint

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

Set or rename the project public subdomain slug

## Endpoint

`PATCH /projects/:id/subdomain`

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

## Referenced By

- `ProjectController` (MODULE_DECLARES)
