Skip to content

Commit 0bec38c

Browse files
[client] Enriching External Reference Objects from User Interface produces GraphQL error (#11548)
1 parent 5824c39 commit 0bec38c

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

pycti/entities/opencti_stix_core_object.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1922,7 +1922,7 @@ def ask_enrichments(self, **kwargs):
19221922
query,
19231923
{
19241924
"id": element_id,
1925-
"connectorId": connector_ids,
1925+
"connectorIds": connector_ids,
19261926
},
19271927
)
19281928

0 commit comments

Comments
 (0)