We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 3af970c commit fe6fde0Copy full SHA for fe6fde0
examples/create_incident_with_ttps_and_indicators.py
@@ -6,7 +6,7 @@
6
from pycti import OpenCTIApiClient
7
8
# Variables
9
-api_url = "https://reference.opencti.io"
+api_url = "https://demo.opencti.io"
10
api_token = "2b4f29e3-5ea8-4890-8cf5-a76f61f1e2b2"
11
12
# OpenCTI initialization
0 commit comments