v1

latestOpenAPI 3.1.02026-08-063776831.4 MB
CredentialingWorkflow

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

fileUrlstring required

URL of the supporting document file

fileTypestring required

Type of the supporting document

originalFileNamestring required

Original name of the uploaded file

createdAtstring date
createdBystring

The user who created the record

statestring

The state associated with the supporting document

expirationDatestring date
sourcestring

The source of the supporting document

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