v1
latestOpenAPI 3.1.02026-08-063776831.4 MBFacilityCredentialingWorkflow
Update a timeline event and workflow in batch
Updates specific fields of an existing timeline event and its associated workflow in a single atomic transaction. Supports partial updates of nextCredentialingDate, nextCredentialingDateSource, changeReason, and nextCredentialingDateChangeLog fields. Only works with CRED_APPROVED timeline events. Both timeline and workflow are updated in a single transaction batch for data consistency.
patch/facility-credentialing-workflows/{workflowId}/timeline-events/{eventId}
Path parameters
eventIdstring required
ID of the timeline event to update
workflowIdstring required
ID of the facility credentialing workflow
Headers
tenant-idstring required
Tenant ID
Request body
Example request
{
"nextCredentialingDate": "2022-03-10",
"nextCredentialingDateChangeLog": [
{
"changedFrom": "2022-03-10",
"changedTo": "2022-03-10"
}
]
}Response
Successfully updated the timeline event