# OpenChangeRequestDto

**Kind:** Interface

**Source:** [`atloria-monorepo/packages/api-client/src/endpoints/change-requests.ts`](https://github.com/sherkety/atloria/blob/main/atloria-monorepo/packages/api-client/src/endpoints/change-requests.ts#L104)

Payload for opening a change request.

`kind` is NOT sent: the API forces `kind: 'human'` for every client-opened CR (the 'regen'
and 'agent' kinds are reserved for internal server callers), so it is not part of the
client-facing payload.

## Properties

| Property | Type |
|---|---|
| `title` | `string` |
| `files` | `ChangeRequestProposedFile[]` |
