# CreateSuggestionWithDocumentDto

**Kind:** Class

**Source:** [`atloria-monorepo/apps/api/src/suggestion/dto/create-suggestion.dto.ts`](https://github.com/sherkety/atloria/blob/main/atloria-monorepo/apps/api/src/suggestion/dto/create-suggestion.dto.ts#L23)

Body for the flat POST /suggestions alias route, which carries the target
document in the payload instead of the URL.

**Extends:** `CreateSuggestionDto`

## Properties

| Property | Type |
|---|---|
| `documentId` | `string` |
