v1
latestOpenAPI 3.1.02026-08-063776831.4 MBCredentialingWorkflow
Update supporting documents for a credentialing workflow using replace-all pattern
Update supporting documents for the specified credentialing workflow using replace-all pattern. Replaces the entire supporting documents array with the provided list (RESTful PUT semantics).
put/credentialing-workflows/{workflowId}/supporting-documents
Path parameters
workflowIdstring required
Credentialing workflow ID
Headers
tenant-idstring required
Tenant ID
Request body
Example request
[
{
"fileUrl": "credentialing-workflows/cw_123/supporting-documents/certificate.pdf-1729961373476",
"fileType": "Medical License",
"originalFileName": "medical_license.pdf",
"createdBy": "user@example.com",
"state": "CA",
"source": "Manual Upload"
}
]Response
Supporting documents updated successfully
object required