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

Commit fe6fde0

Browse files
author
Samuel Hassine
committed
[examples] Fix one example
1 parent 3af970c commit fe6fde0

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

examples/create_incident_with_ttps_and_indicators.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@
66
from pycti import OpenCTIApiClient
77

88
# Variables
9-
api_url = "https://reference.opencti.io"
9+
api_url = "https://demo.opencti.io"
1010
api_token = "2b4f29e3-5ea8-4890-8cf5-a76f61f1e2b2"
1111

1212
# OpenCTI initialization

0 commit comments

Comments
 (0)