Skip to content

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

+1-1
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)