---
title: "PATCH /dose_era/{id}"
method: PATCH
path: "/dose_era/{id}"
tags: ["dose_eraController"]
---

# PATCH /dose_era/{id}

`PATCH /dose_era/{id}`

## Path parameters

- `id` object, required

## Request body

- DoseEraPartial — (tsType: Partial<dose_era>, schemaOptions: { partial: true })
  - `dose_era_id` number
  - `person_id` number
  - `drug_concept_id` number
  - `unit_concept_id` number
  - `dose_value` number
  - `dose_era_start_date` string, date-time
  - `dose_era_end_date` string, date-time

## Response `204`

dose_era was updated

## Changes

- **2022-12-15** `17f92620449e` — 1 info
  - endpoint added
- **2022-11-28** `8517ac9eef50` — 1 breaking
  - api path removed without deprecation

[Change history](https://skmtc.dev/ohdsi/apis/data-connection/changes/dose_era/:id/patch.md)

---

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