# UpdateBoardDto

**Kind:** Class

**Source:** [`atloria-monorepo/apps/api/src/boards/dto/update-board.dto.ts`](https://github.com/sherkety/atloria/blob/main/atloria-monorepo/apps/api/src/boards/dto/update-board.dto.ts#L3)

## Properties

| Property | Type |
|---|---|
| `name` | `string` |
| `description` | `string` |
| `color` | `string` |
| `isDefault` | `boolean` |
| `settings` | `Record<string, unknown>` |
