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
Describe the error or typo
The Indicator Update documentation doesn't appear to show that the ID field is required when updating an IOC but according to the API error response if an ID is not included, it sure seems required. 'errors': [{'code': 400, 'message': 'One or more indicators have a warning or invalid input'}], 'resources': [{'row': 1, 'value': None, 'type': None, 'message_type': 'error', 'field_name': 'ID', 'message': 'required string is missing'}]}
Documentation repository:
GitHub Wiki
falconpy.io
Source code - docstring
Additional context
The text was updated successfully, but these errors were encountered:
This is a good catch. That payload attribute isn't listed in the wiki documentation for this method at all! Fortunately, it is present within the body payload handler and the docstring (although the required status is not mentioned).
Thank you for pointing this out, we will get this page (and the docstring) updated!
Documentation page topic
https://www.falconpy.io/Service-Collections/IOC.html#indicator_update_v1
Describe the error or typo
The
Indicator Update
documentation doesn't appear to show that the ID field is required when updating an IOC but according to the API error response if an ID is not included, it sure seems required.'errors': [{'code': 400, 'message': 'One or more indicators have a warning or invalid input'}], 'resources': [{'row': 1, 'value': None, 'type': None, 'message_type': 'error', 'field_name': 'ID', 'message': 'required string is missing'}]}
Documentation repository:
Additional context
The text was updated successfully, but these errors were encountered: