Skip to content

Commit a722e4c

Browse files
authored
Merge pull request #23 from JupiterOne/doc-update-8-22-24
Update README.md
2 parents ac3307d + 35a3341 commit a722e4c

1 file changed

Lines changed: 5 additions & 1 deletion

File tree

README.md

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,9 +22,13 @@ from jupiterone import JupiterOneClient
2222

2323
j1 = JupiterOneClient(
2424
account='<yourAccountId>',
25-
token='<yourApiToken>'
25+
token='<yourApiToken>',
26+
url='https://graphql.us.jupiterone.io'
2627
)
2728
```
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.
2832

2933
##### Execute a query:
3034

0 commit comments

Comments
 (0)