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

Commit f27eb32

Browse files
Archidoitlndrtrbn
authored andcommitted
[client] fix
1 parent 4230dea commit f27eb32

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

pycti/api/opencti_api_pir.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ def add_pir_dependency(self, **kwargs):
88
id = kwargs.get("id", None)
99
input = kwargs.get("input", None)
1010
query = """
11-
mutation PirAddDependency($id: ID!, $input: PirDependencyAddInput!) {
11+
mutation PirAddDependency($id: ID!, $input: PIRDependencyAddInput!) {
1212
pirAddDependency(id: $id, input: $input)
1313
}
1414
"""

0 commit comments

Comments
 (0)