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
Creation of Alerts now requires to set the attribute "date".
In former TheHive Versions this was if not provided automatically set to the current date/time.
crackytsi
changed the title
Creation of Alerts impossible, because of missing permissions
Date is now a required attribute for generating an Alert
Mar 3, 2020
Bug / Feature Request
Work Environment
Problem Description
Creation of Alerts now requires to set the attribute "date".
In former TheHive Versions this was if not provided automatically set to the current date/time.
Steps to Reproduce
curl -H 'Authorization: Bearer [key]' http://[ip]:9000/api/alert -d '{"title": "Title", "description": "description", "type": "type", "source": "instance1", "sourceRef": "test" -H 'Content-Type: application/json' | json_pp
Possible Solutions
Add date as default is not provided to an alert
The text was updated successfully, but these errors were encountered: