# UploadPatientPhotoRequest

Model ID: `UploadPatientPhotoRequest`

Request body for POST /patients/{patient_id}/photo.

Type: `object`

## Fields

| Field | Type | Required | Format | Allowed values | Default | Nullable | Description |
|---|---|---:|---|---|---|---:|---|
| `content_type` | `string|null` | No |  |  | `"image/png"` | Yes | MIME type of the uploaded image. Defaults to image/png if omitted. |
| `data` | `string` | Yes |  |  |  | No | Base64-encoded image bytes. |

## Example

None declared in canonical OpenAPI.
