---
title: "Update Patient Supplement"
method: PATCH
path: "/provider/patients/{patient_id}/supplements/{id}"
tags: ["Supplements"]
---

# Update Patient Supplement

`PATCH /provider/patients/{patient_id}/supplements/{id}`

## Path parameters

- `patient_id` string, required
- `id` string, required

## Request body

- ProviderPatientsSupplementsControllerUpdateBody
  - `product_name` string — The name of the supplement.
  - `strength` string — The strength of the supplement.
  - `strength_uom` string — The unit of measure for the strength.
  - `quantity` integer — The quantity of the supplement.
  - `sig_text` string — The dosage and usage directions for the supplement (e.g. "Take 1 capsule daily with food").
  - `integration_record_id` string
  - `integration_error_message` string
  - `integration_web_link` string

## Response `200`

Successful response

- PublicSupplementBlueprintOne
  - `id` string
  - `product_name` string
  - `quantity` string
  - `sig_text` string
  - `strength` string
  - `strength_uom` string

---

[API](https://skmtc.net/hint/apis/partner-endpoints.md) · [All operations](https://skmtc.net/hint/apis/partner-endpoints/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/hint/partner-endpoints/revisions/a92ae2a6fa90/schema)
