---
title: "Update facility overview fields on a workflow"
method: PUT
path: "/facility-credentialing-workflows/{workflowId}/facility-overview"
tags: ["FacilityCredentialingWorkflow"]
---

# Update facility overview fields on a workflow

`PUT /facility-credentialing-workflows/{workflowId}/facility-overview`

Updates selected overview fields on the facility credentialing workflow. Supported fields: `dba`, `name`, `primaryEmail`, `npi`, `tin`, `externalId`, `facilityType`, `attestationDate`. **When to use:** Use to correct or refresh basic facility metadata stored on the workflow. Fields omitted from the request body are left unchanged (null fields are ignored). **Note on semantics:** Although this is a `PUT`, the endpoint behaves like a partial update — only fields explicitly provided are modified. This is non-standard for `PUT`; treat the supplied fields as the desired state for those specific fields only. **Returns:** `200 OK` with the updated workflow.

## Path parameters

- `workflowId` string, required

## Headers

- `tenant-id` string, required

## Request body

- FacilityOverviewUpdateRequest — Facility overview data for PUT operations that update facility overview fields
  - `dba` string — Doing Business As name
  - `name` string — The legal name of the facility
  - `primaryEmail` string — Primary contact email for the facility
  - `externalId` string — An external identifier for the facility
  - `facilityType` string — The type of the facility
  - `attestationDate` string — The date of attestation

## Response `200`

Facility overview updated successfully

- object

## Other responses

- `400` — Bad request - Invalid input or validation error
- `401` — Unauthorized - Authentication required
- `403` — Forbidden - Insufficient permissions
- `404` — Facility credentialing workflow 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)
