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

Commit 79171b3

Browse files
committed
[client] indicator update fix
1 parent 68fef9f commit 79171b3

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
@@ -314,7 +314,7 @@ def update_field(self, **kwargs):
314314
if id is not None and input is not None:
315315
self.opencti.app_logger.info("Updating Indicator", {"id": id})
316316
query = """
317-
mutation IndicatorFieldPatch($id: ID!, $input: [EditInput]!) {
317+
mutation IndicatorFieldPatch($id: ID!, $input: [EditInput!]!) {
318318
indicatorFieldPatch(id: $id, input: $input) {
319319
id
320320
standard_id

0 commit comments

Comments
 (0)