post
https://example.com/api/v1/safety/active//acknowledge
Acknowledge a safety event by its ID.
Acknowledged events are still tracked but won't trigger alarms in the UI. The event will be cleared when it naturally expires.
Accepts either:
- String event ID (e.g., "proximity_conflict:A1801C:AC940A") for active events
- Numeric database ID (e.g., "123") which will find the matching active event
Note: Only currently active events (within the last 5 minutes) can be acknowledged. Historical events from the database cannot be acknowledged after they expire.