v1
latestOpenAPI 3.1.02026-08-063776831.4 MBMonitoringWorkflow
Bulk update monitoring workflow status
Updates the monitoring status of multiple workflows to the specified status
put/monitoring-workflows/bulk/status
Headers
tenant-idstring required
Tenant ID
Request body
Example request
{
"workflowIds": [
"workflow-id-1",
"workflow-id-2"
],
"workflowStatus": "IN_PROGRESS",
"description": "Monitoring workflow status changed to IN_PROGRESS"
}Response
Bulk status update completed (may include partial failures)