client-python
client-python copied to clipboard
Deprecate the unused update parameter in connector_helper.send_bundle
Problem to Solve
connector_helper.send_bundle is not used, as the OpenCTI platform perform upsert operation.
Current Workaround
do not specify the argument when calling the method
Proposed Solution
DeprecationWarning when using it.
Additional Information
N.A.