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

Commit 96a2302

Browse files
Archidoitlndrtrbn
authored andcommitted
[backend] delete pir dependency input typo
1 parent 54b21d8 commit 96a2302

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
@@ -24,7 +24,7 @@ def delete_pir_dependency(self, **kwargs):
2424
id = kwargs.get("id", None)
2525
input = kwargs.get("input", None)
2626
query = """
27-
mutation PirDeleteDependency($id: ID!, $input: PirDeleteDependencyInput!) {
27+
mutation PirDeleteDependency($id: ID!, $input: PIRDependencyDeleteInput!) {
2828
pirDeleteDependency(id: $id, input: $input)
2929
}
3030
"""

0 commit comments

Comments
 (0)