# UploadPhotoRequest

Model ID: `patient.UploadPhotoRequest`

Request body for POST /patients/photo.

Type: `object`

## Fields

| Field | Type | Required | Format | Allowed values | Default | Nullable | Description |
|---|---|---:|---|---|---|---:|---|
| `content_type` | `string|null` | No |  |  | `null` | Yes | Image MIME type, e.g. 'image/png', 'image/jpeg'. |
| `data` | `string|null` | No |  |  | `null` | Yes | Base64-encoded image bytes. |

## Example

None declared in canonical OpenAPI.
