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

Commit 340355d

Browse files
committed
[client] indicator update fix
1 parent e5033d1 commit 340355d

File tree

1 file changed

+3
-4
lines changed

1 file changed

+3
-4
lines changed

pycti/entities/opencti_indicator.py

Lines changed: 3 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -316,10 +316,9 @@ def update_field(self, **kwargs):
316316
query = """
317317
mutation IndicatorFieldPatch($id: ID!, $input: [EditInput]!) {
318318
indicatorFieldPatch(id: $id, input: $input) {
319-
id
320-
standard_id
321-
entity_type
322-
}
319+
id
320+
standard_id
321+
entity_type
323322
}
324323
}
325324
"""

0 commit comments

Comments
 (0)