v1
latestOpenAPI 3.1.02026-08-063776831.4 MBMonitoringWorkflow
Update supporting documents for a monitoring workflow using replace-all pattern
Replaces the entire supporting documents array with the provided list (RESTful PUT semantics).
put/monitoring-workflows/{workflowId}/supporting-documents
Path parameters
workflowIdstring required
Monitoring workflow ID
Headers
tenant-idstring required
Tenant ID
Request body
Example request
[
{
"fileUrl": "tenant-1/monitoring-workflows/mw_123/supporting-documents/1729961373476_doc.pdf",
"fileType": "Medical License",
"originalFileName": "medical_license.pdf",
"createdAt": "2024-01-15T10:00:00Z",
"createdBy": "user@example.com",
"state": "CA",
"expirationDate": "2025-12-31",
"source": "Manual Upload"
}
]Response
Supporting documents updated successfully
object required