---
title: "Update the credentialing cycle on a facility workflow"
method: PATCH
path: "/facility-credentialing-workflows/{workflowId}/credentialing-cycle"
tags: ["FacilityCredentialingWorkflow"]
---

# Update the credentialing cycle on a facility workflow

`PATCH /facility-credentialing-workflows/{workflowId}/credentialing-cycle`

Sets the credentialing cycle for the specified facility credentialing workflow. Valid values are `INITIAL` (the facility's first credentialing) and `RECREDENTIALING` (a subsequent periodic review). **When to use:** Set to `INITIAL` when the facility is being credentialed for the first time; change to `RECREDENTIALING` when the workflow represents a renewal cycle. **Side effects:** **Idempotency:** Setting the same cycle value again is a no-op. **Returns:** `200 OK`.

## Path parameters

- `workflowId` string, required

## Headers

- `tenant-id` string, required

## Request body

- UpdateCredentialingCycleRequest — Request to update credentialing cycle in credentialing workflow.
  - `credentialingCycle` 'INITIAL' | 'RECREDENTIALING', required
  - `reason` string — Reason for the credentialing cycle change

## Response `200`

Successfully updated the credentialing cycle

- object

## Other responses

- `400` — Invalid request data
- `401` — Unauthorized - Authentication required
- `403` — Forbidden - User does not have required permissions
- `404` — Facility credentialing workflow not found
- `500` — Internal Server Error - An unexpected error occurred

---

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