You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: README.md
+3-1Lines changed: 3 additions & 1 deletion
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -26,7 +26,9 @@ j1 = JupiterOneClient(
26
26
url='https://graphql.us.jupiterone.io'
27
27
)
28
28
```
29
-
Depending on your region and account configuration, the 'url' parameter may need to be updated to "https://graphql.eu.jupiterone.io" or "https://graphql.your-tenant-name-here.jupiterone.io"
29
+
For users with J1 accounts in the EU region, the 'url' parameter will need to be updated to "https://graphql.eu.jupiterone.io".
30
+
31
+
If no 'url' parameter is passed, the default of "https://graphql.us.jupiterone.io" is used.
0 commit comments