---
title: "Update facility supporting documents using replace-all pattern"
method: PUT
path: "/facility-credentialing-workflows/{workflowId}/supporting-documents"
tags: ["FacilityCredentialingWorkflow"]
---

# Update facility supporting documents using replace-all pattern

`PUT /facility-credentialing-workflows/{workflowId}/supporting-documents`

Update supporting documents for the specified facility credentialing workflow using replace-all pattern. Replaces the entire supporting documents array with the provided list (RESTful PUT semantics).

## Path parameters

- `workflowId` string, required

## Headers

- `tenant-id` string, required

## Request body

- FacilitySupportingDocumentUpdateRequest[]
  - `fileUrl` string, required — URL of the supporting document file
  - `fileType` string, required — Type of the supporting document
  - `originalFileName` string, required — Original name of the uploaded file
  - `createdAt` string — Date when the document was created
  - `createdBy` string — The user who created the record
  - `state` string — The state associated with the supporting document
  - `expirationDate` string — The expiration date of the supporting document
  - `source` string — The source of the supporting document

## Response `200`

Supporting documents 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)
