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

# Update facility liability insurance

`PUT /facility-credentialing-workflows/{workflowId}/liability-insurance`

Replace all liability insurance for a facility credentialing workflow

## Path parameters

- `workflowId` string, required

## Headers

- `tenant-id` string, required

## Request body

- FacilityLiabilityInsuranceUpdateRequest[]
  - `carrierName` string — Name of the insurance carrier
  - `expirationDate` string — Expiration date of the insurance policy
  - `effectiveDate` string — Effective date of the insurance policy
  - `source` string, required — Source of the insurance information
  - `status` string, required — Status of the insurance policy
  - `policyNumber` string, required — Policy number
  - `aggregateCoverageAmount` string — Aggregate coverage amount
  - `occurrenceCoverageAmount` string — Occurrence coverage amount
  - `type` string — The type of insurance
  - `unlimitedCoverage` boolean — Whether the policy has unlimited coverage
  - `createdAt` string — The date the record was created
  - `createdBy` string — The user who created the record
  - `updatedAt` string — The date the record was last updated
  - `updatedBy` string — The user who last updated the record
  - `attachments` FacilityCredentialingWorkflowAttachment[] — Supporting documents for the insurance
    - `createdAt` string — The date the attachment was created
    - `fileType` string, required — Supporting Document File Type (i.e. Malpractice Insurance Policy, License, etc.)
    - `fileUrl` string, required — Supporting Document File URI in GCS
    - `originalFileName` string, required — Supporting Document Original File Name
    - `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
    - `createdBy` string — The user who created the record
    - `updatedAt` string — The date the attachment was last updated
    - `updatedBy` string — The user who last updated the record
  - `verifiedDate` string — The date the insurance was verified
  - `verifiedBy` string — The user who verified the insurance

## Response `200`

Liability insurance updated successfully

## Other responses

- `400` — Invalid request
- `404` — Workflow not found

---

[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)
