Skip to content

Commit 35a3341

Browse files
committed
Update README.md
1 parent e39b741 commit 35a3341

1 file changed

Lines changed: 3 additions & 1 deletion

File tree

README.md

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,9 @@ j1 = JupiterOneClient(
2626
url='https://graphql.us.jupiterone.io'
2727
)
2828
```
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.
3032

3133
##### Execute a query:
3234

0 commit comments

Comments
 (0)