Authorization: Bearer ********************{
"worker_ids": [
101,
102,
103
],
"check_frequency": "daily",
"monitoring_start_date": "2019-08-24",
"is_active": true
}curl --location '/v1/workers/monitoring-settings/bulk' \
--header 'Authorization: Bearer <token>' \
--header 'Content-Type: application/json' \
--data '{
"worker_ids": [
101,
102,
103
],
"check_frequency": "daily",
"monitoring_start_date": "2019-08-24",
"is_active": true
}'{
"message": "Alerts acknowledged.",
"acknowledged_count": 2,
"updated_count": 2
}