Skip to content
This repository was archived by the owner on Dec 5, 2025. It is now read-only.

Commit ff69788

Browse files
committed
[client] handle indicator field patch
1 parent 3e1aae7 commit ff69788

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

pycti/entities/opencti_indicator.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -301,13 +301,13 @@ def create(self, **kwargs):
301301
"name or pattern or pattern_type or x_opencti_main_observable_type"
302302
)
303303

304-
305304
"""
306305
Update an Indicator object field
307306
308307
:param id: the Indicator id
309308
:param input: the input of the field
310309
"""
310+
311311
def update_field(self, **kwargs):
312312
id = kwargs.get("id", None)
313313
input = kwargs.get("input", None)

0 commit comments

Comments
 (0)