Skip to content

Commit 7e56410

Browse files
committed
doc(IAM): Change iam url
1 parent ef9d0db commit 7e56410

13 files changed

Lines changed: 13 additions & 13 deletions

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -107,7 +107,7 @@ You supply either an IAM service **API key** or an **access token**:
107107
# In the constructor, letting the SDK manage the IAM token
108108
discovery = DiscoveryV1(version='2017-10-16',
109109
iam_api_key='<iam_api_key>',
110-
iam_url='<iam_url>') # optional - the default value is https://iam.ng.bluemix.net/identity/token
110+
iam_url='<iam_url>') # optional - the default value is https://iam.bluemix.net/identity/token
111111
```
112112

113113
```python

watson_developer_cloud/assistant_v1.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -85,7 +85,7 @@ def __init__(
8585
made with an expired token will fail.
8686
8787
:param str iam_url: An optional URL for the IAM service API. Defaults to
88-
'https://iam.ng.bluemix.net/identity/token'.
88+
'https://iam.bluemix.net/identity/token'.
8989
"""
9090

9191
WatsonService.__init__(

watson_developer_cloud/conversation_v1.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -85,7 +85,7 @@ def __init__(
8585
made with an expired token will fail.
8686
8787
:param str iam_url: An optional URL for the IAM service API. Defaults to
88-
'https://iam.ng.bluemix.net/identity/token'.
88+
'https://iam.bluemix.net/identity/token'.
8989
"""
9090

9191
WatsonService.__init__(

watson_developer_cloud/discovery_v1.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -87,7 +87,7 @@ def __init__(
8787
made with an expired token will fail.
8888
8989
:param str iam_url: An optional URL for the IAM service API. Defaults to
90-
'https://iam.ng.bluemix.net/identity/token'.
90+
'https://iam.bluemix.net/identity/token'.
9191
"""
9292

9393
WatsonService.__init__(

watson_developer_cloud/language_translator_v2.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -82,7 +82,7 @@ def __init__(
8282
made with an expired token will fail.
8383
8484
:param str iam_url: An optional URL for the IAM service API. Defaults to
85-
'https://iam.ng.bluemix.net/identity/token'.
85+
'https://iam.bluemix.net/identity/token'.
8686
"""
8787

8888
WatsonService.__init__(

watson_developer_cloud/language_translator_v3.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -86,7 +86,7 @@ def __init__(
8686
made with an expired token will fail.
8787
8888
:param str iam_url: An optional URL for the IAM service API. Defaults to
89-
'https://iam.ng.bluemix.net/identity/token'.
89+
'https://iam.bluemix.net/identity/token'.
9090
"""
9191

9292
WatsonService.__init__(

watson_developer_cloud/natural_language_classifier_v1.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -74,7 +74,7 @@ def __init__(
7474
made with an expired token will fail.
7575
7676
:param str iam_url: An optional URL for the IAM service API. Defaults to
77-
'https://iam.ng.bluemix.net/identity/token'.
77+
'https://iam.bluemix.net/identity/token'.
7878
"""
7979

8080
WatsonService.__init__(

watson_developer_cloud/natural_language_understanding_v1.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -89,7 +89,7 @@ def __init__(
8989
made with an expired token will fail.
9090
9191
:param str iam_url: An optional URL for the IAM service API. Defaults to
92-
'https://iam.ng.bluemix.net/identity/token'.
92+
'https://iam.bluemix.net/identity/token'.
9393
"""
9494

9595
WatsonService.__init__(

watson_developer_cloud/personality_insights_v3.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -98,7 +98,7 @@ def __init__(
9898
made with an expired token will fail.
9999
100100
:param str iam_url: An optional URL for the IAM service API. Defaults to
101-
'https://iam.ng.bluemix.net/identity/token'.
101+
'https://iam.bluemix.net/identity/token'.
102102
"""
103103

104104
WatsonService.__init__(

watson_developer_cloud/speech_to_text_v1.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -120,7 +120,7 @@ def __init__(
120120
made with an expired token will fail.
121121
122122
:param str iam_url: An optional URL for the IAM service API. Defaults to
123-
'https://iam.ng.bluemix.net/identity/token'.
123+
'https://iam.bluemix.net/identity/token'.
124124
"""
125125

126126
WatsonService.__init__(

0 commit comments

Comments
 (0)