Closed
Description
Request Type
Bug
Work Environment
TheHive 4.1.15
Problem Description
Marking as read an alert do not update its "updatedAt" nor "updatedBy" field when searching the alert with the /api/alert/_search API call.
Steps to Reproduce
1 - create an alert.
2 - mark it as read.
3 - search this same alert through the search panel of TheHive UI
Complementary information
This bug also impacts TheHive4py.api find_alerts() method as it also relies on the /api/alert/_search API call.