You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Create a dummy alert with the following parameters: {"type":"test", source":"test", "sourceRef": "test", ...} (the first alert will be created)
Try to create a new alert by changing only the type, it will fail saying that there is a conflict version as the document already exists and it will serve the previously created alert
The text was updated successfully, but these errors were encountered:
Request Type
Bug
Work Environment
Problem Description
Documentation says that an alert is uniquely identified with the tuple (type ; source ; sourceRef) (https://github.com/TheHive-Project/TheHiveDocs/blob/master/api/alert.md#create-an-alert). It seems that the type is ignored when generating the alert id.
Steps to Reproduce
{"type":"test", source":"test", "sourceRef": "test", ...}
(the first alert will be created)The text was updated successfully, but these errors were encountered: