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

Commit 901bd7b

Browse files
author
peritz
committed
Remove ambiguous first parameter to capabilities query
1 parent 5b472db commit 901bd7b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

pycti/entities/opencti_capability.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -32,7 +32,7 @@ def list(self, **kwargs) -> List[Dict]:
3232
query = (
3333
"""
3434
query CapabilityList {
35-
capabilities(first: 500) {
35+
capabilities {
3636
edges {
3737
node {
3838
"""

0 commit comments

Comments
 (0)