-
Notifications
You must be signed in to change notification settings - Fork 147
New issue
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
Not able to create Case Observable #162
Comments
Same error here... Please Help :) |
Hello @abhijeetasawant can you share a code sample that fails? I suppose that |
Yes obs is an instance of thehive4py.models.CaseObservable ?
|
Got it, the Will make a fix for a 1.7.1 patch by tomorrow |
Guys, could you please update thehive4py and tell me if the problem is solved? I've just released a 1.7.1 version |
Yes. Problem is solved. Thank you. |
Ok for me. Thank you |
Not able to create Case Observable
Request Type
Bug
Work Environment
Problem Description
api.create_case_observable(case_id, obs) fails with error code 400 with error message : "Unknown attribute case_artifact.id.
Detailed response :
{"tableName":"case_artifact","type":"AttributeCheckingError","errors":[{"name":"case_artifact.id","type":"UnknownAttributeError","message":"Unknown attribute case_artifact.id: {"type":"JsonInputValue","value":null}","value":{"type":"JsonInputValue","value":null}}]}
Steps to Reproduce
Possible Solutions
CaseObservable.jsonify() adds "id":null attribute to json. I think this attribute should be removed.
The text was updated successfully, but these errors were encountered: