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

Commit 7951d7b

Browse files
committed
[client] Use me_id for health check
1 parent 574ee2c commit 7951d7b

File tree

1 file changed

+1
-3
lines changed

1 file changed

+1
-3
lines changed

pycti/api/opencti_api_client.py

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -385,9 +385,7 @@ def health_check(self):
385385
test = self.query(
386386
"""
387387
query {
388-
me {
389-
id
390-
}
388+
me_id
391389
}
392390
"""
393391
)

0 commit comments

Comments
 (0)