Spaces method and path for this operation:
post /s/{space_id}/api/detection_engine/signals/status
Refer to Spaces for more information.
Set the status of one or more detection alerts.
POST
/api/detection_engine/signals/status
curl \
--request POST 'https://localhost:5601/api/detection_engine/signals/status' \
--header "Authorization: $API_KEY" \
--header "Content-Type: application/json" \
--data '{"signal_ids":["string"],"status":"open"}'