We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Bug
Changes to the customFields attribute of a case are not sent when using api.update_case(case)
customFields
api.update_case(case)
Add customFields to the following lines,
TheHive4py/thehive4py/api.py
Lines 111 to 114 in 5714276
The text was updated successfully, but these errors were encountered:
Thanks for the report @hawkcurry. When #57 is fixed update_case will take a list of fields to update so you will provide customFields as a parameter.
update_case
Sorry, something went wrong.
This is fixed by #57
nadouani
No branches or pull requests
Request Type
Bug
Problem Description
Changes to the
customFields
attribute of a case are not sent when usingapi.update_case(case)
Possible Solutions
Add
customFields
to the following lines,TheHive4py/thehive4py/api.py
Lines 111 to 114 in 5714276
The text was updated successfully, but these errors were encountered: