File tree Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -141,8 +141,9 @@ form:
141
141
142
142
- apikey: (required) the IAM api key
143
143
144
- - url: (optional) The URL representing the IAM token service endpoint. If not specified, a suitable
145
- default value is used.
144
+ - url: (optional) The base endpoint URL of the IAM token service.
145
+ The default value of this property is the "prod" IAM token service endpoint
146
+ (` https://iam.cloud.ibm.com ` ).
146
147
Make sure that you use an IAM token service endpoint that is appropriate for the
147
148
location of the service being used by your application.
148
149
For example, if you are using an instance of a service in the "production" environment
@@ -459,4 +460,3 @@ from <sdk-package-name>.example_service_v1 import *
459
460
service = ExampleServiceV1.new_instance(service_name = ' example_service' )
460
461
461
462
# 'service' can now be used to invoke operations.
462
- ```
You can’t perform that action at this time.
0 commit comments