We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 86eef4a commit 0928627Copy full SHA for 0928627
examples/bulk_upload.py
@@ -7,7 +7,7 @@
7
8
j1 = JupiterOneClient(account=account, token=token, url=url)
9
10
-instance_id = "e7113c37-1ea8-4d00-9b82-c24952e70916"
+instance_id = "<Integration Instance ID>"
11
12
sync_job = j1.start_sync_job(
13
instance_id=instance_id,
0 commit comments