---
title: "PATCH /device_exposure/{id}"
method: PATCH
path: "/device_exposure/{id}"
tags: ["device_exposureController"]
---

# PATCH /device_exposure/{id}

`PATCH /device_exposure/{id}`

## Path parameters

- `id` object, required

## Request body

- DeviceExposurePartial — (tsType: Partial<device_exposure>, schemaOptions: { partial: true })
  - `device_exposure_id` number
  - `person_id` number
  - `device_concept_id` number
  - `device_exposure_start_date` string, date-time
  - `device_exposure_start_datetime` string, date-time
  - `device_exposure_end_date` string, date-time
  - `device_exposure_end_datetime` string, date-time
  - `device_type_concept_id` number
  - `unique_device_id` string
  - `production_id` string
  - `quantity` number
  - `provider_id` number
  - `visit_occurrence_id` number
  - `visit_detail_id` number
  - `device_source_value` string
  - `device_source_concept_id` number
  - `unit_concept_id` number
  - `unit_source_value` string
  - `unit_source_concept_id` number

## Response `204`

device_exposure was updated

---

[API](https://skmtc.net/ohdsi/apis/data-connection.md) · [All operations](https://skmtc.net/ohdsi/apis/data-connection/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/ohdsi/data-connection/versions/b5ead99a1d44/schema)
