---
title: "Create a PSV-completed override event on a facility workflow"
method: POST
path: "/facility-credentialing-workflows/{workflowId}/override-timeline-events"
tags: ["FacilityCredentialingWorkflow"]
---

# Create a PSV-completed override event on a facility workflow

`POST /facility-credentialing-workflows/{workflowId}/override-timeline-events`

Creates an override timeline event of type `PSV_COMPLETED` for the specified facility credentialing workflow, allowing a workflow to advance past a PSV step that has a blocker reason on file. **When to use:** Use only when the caller holds the `FACILITY_CREDENTIALING_WORKFLOW_MOVE_PSV_COMPLETE_WITH_BLOCKER_REASON` permission and the workflow has an outstanding blocker that must be manually overridden. For standard status transitions, use `POST /facility-credentialing-workflows/{workflowId}/timeline-ev ents`. **Constraints:** The event type must be `PSV_COMPLETED`. The request must include `isOverride: true` and a non-blank `overrideReason`. **Preconditions:** The workflow must be the latest version for this facility — if not, `409 Conflict` is returned, meaning another workflow has since been created for the same facility. To resolve, fetch the latest workflow ID and retry. **Returns:** `201 Created` with the created override timeline event.

## Path parameters

- `workflowId` string, required

## Headers

- `tenant-id` string, required

## Request body

- CreateFacilityTimelineEventRequest
  - `name` string, required
  - `changeReason` string
  - `credentialingDecisionDate` string, date
  - `nextCredentialingDate` string, date
  - `overrideReason` string
  - `isOverride` boolean

## Response `201`

Successfully created the timeline event

- FacilityTimelineEventResponse
  - `id` string
  - `workflowId` string
  - `createdBy` string
  - `createdAt` string, date
  - `updatedAt` string, date
  - `updatedBy` string
  - `data` FacilityTimelineEventschema
    - `credentialingDecisionDate` string, date, required
    - `nextCredentialingDate` string, date, required
    - `nextCredentialingDateSource` 'SYSTEM_CALCULATED' | 'USER_INPUT'
    - `changeReason` string, required
    - `psvPdfPath` string
    - `nextCredentialingDateChangeLog` FacilityCredApprovedNextCredentialingDateChangeLogInner[]
      - `changedFrom` string, date, required
      - `changedTo` string, date, required
      - `changeReason` string, required
      - `createdBy` string, required
      - `createdAt` string, date, required
    - `isOverride` boolean
    - `overrideReason` string

## Other responses

- `400` — Invalid request data
- `401` — Unauthorized - Authentication required
- `403` — Forbidden - User does not have required permissions
- `404` — Facility credentialing workflow not found
- `409` — Conflict - Workflow is not the latest version for this facility
- `500` — Internal Server Error - An unexpected error occurred
- `502` — Downstream service failure

---

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