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
I printed out the jsonified alert in the code to show what I think the issue is; customFields is added by default but results in the server not accepting the data. When I downgrade to thehive4py version 1.5.0, the alert saves without errors.
The text was updated successfully, but these errors were encountered:
Request Type
Bug
Work Environment
Problem Description
When creating an alert using version 1.5.1 of thehive4py it always returns with a 400 status code and the response
Steps to Reproduce
With TheHive4py at version 1.5.1, run
The result is:
Complementary information
I printed out the jsonified alert in the code to show what I think the issue is;
customFields
is added by default but results in the server not accepting the data. When I downgrade to thehive4py version 1.5.0, the alert saves without errors.The text was updated successfully, but these errors were encountered: