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

# Update facility overview fields

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

Updates the facility overview fields (dba, name, primaryEmail, npi, tin, externalId, facilityType, attestationDate) for a facility credentialing workflow. Only provided fields will be updated; null fields are ignored.

## 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/versions/3d27e9019c7b/schema)
