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
Since TheHive5, one can add multiple values for one customField.
thehive4py should give the ability to:
The text was updated successfully, but these errors were encountered:
#252 - Add custom field types
0c2d711
#252 - Add custom field endpoint
639d417
#252 - Add custom field tests
d8b22bc
[fr] ability to manage multi valued customfields (#253)
9ce9405
* #252 - Add custom field types * #252 - Add custom field endpoint * #252 - Add custom field tests
This is already supported. Here is a n example:
client.case.create({ 'title': 'New case from TheHive4py 2.0.0', 'description': 'A simple case object', 'tags': ['sample', 'demo', 'thehive4py'], 'severity': 3, 'flag': True, 'status': 'InProgress', 'customFields': [ {'name': 'target', 'value': 'HR'}, {'name': 'target', 'value': 'Sales'} ] })
Sorry, something went wrong.
Kamforka
No branches or pull requests
Since TheHive5, one can add multiple values for one customField.
thehive4py should give the ability to:
The text was updated successfully, but these errors were encountered: