v1

latestOpenAPI 3.1.02026-08-063776831.4 MB
CredentialingWorkflow

Update credentialing cycle

Updates the credentialing cycle for a credentialing workflow. Valid values include INITIAL and RECREDENTIALING.

patch/credentialing-workflows/{workflowId}/credentialing-cycle

Path parameters

workflowIdstring required

ID of the credentialing workflow

Headers

tenant-idstring required

Tenant ID

Request body

credentialingCycle'INITIAL' | 'RECREDENTIALING' required
reasonstring

Reason for the credentialing cycle change

Example request

{
  "reason": "Updated per request"
}

Response

Successfully updated the credentialing cycle

object required