v1

latestOpenAPI 3.1.02026-08-063776831.4 MB
MonitoringWorkflow

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

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 when the document was created

createdBystring

The user who created the record

statestring

The state associated with the supporting document

expirationDatestring

The expiration date of the supporting document

sourcestring

The source of the supporting document

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