---
title: "Update EPSDT program participation rows for a practitioner"
method: PUT
path: "/practitioners/{id}/epsdt"
tags: ["Practitioner"]
---

# Update EPSDT program participation rows for a practitioner

`PUT /practitioners/{id}/epsdt`

Replaces practitioner data.epsdt using create/update/delete actions (CP-29575). An empty JSON array clears the entire epsdt list.

## Path parameters

- `id` string, required

## Headers

- `tenant-id` string

## Request body

- EpsdtUpdateRequest[]
  - `id` string — Stable row identifier (UUID)
  - `status` string
  - `state` string
  - `verificationDate` string, date
  - `source` string
  - `action` string

## Response `200`

EPSDT rows updated successfully

## Other responses

- `400` — Bad request - Invalid input
- `401` — Unauthorized - Authentication required
- `403` — Forbidden - Insufficient permissions
- `404` — Practitioner not found
- `500` — Internal server error

---

[API](https://skmtc.net/certifyos/apis/certify-api-layer.md) · [All operations](https://skmtc.net/certifyos/apis/certify-api-layer/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/certifyos/certify-api-layer/revisions/563848e0ecc0/schema)
