Skip to content

Commit 8512abb

Browse files
authored
Update README.md
1 parent ac3307d commit 8512abb

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
@@ -22,9 +22,11 @@ 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+
Depending on your region and account configuration, the 'url' parameter may need to be updated to "https://graphql.eu.jupiterone.io" or "https://graphql.<custom_value>.jupiterone.io"
2830

2931
##### Execute a query:
3032

0 commit comments

Comments
 (0)