@@ -165,16 +165,16 @@ def __init__(self, apiClient):
165165
166166 def find (self , nameFilter = None , typeFilter = None , bindingModeFilter = None , boundFilter = None ):
167167 """
168- Gets the list of services that the Watson IoT Platform can connect to.
168+ Gets the list of services that the Watson IoT Platform can connect to.
169169 The list can include a mixture of services that are either bound or unbound.
170-
170+
171171 Parameters:
172-
172+
173173 - nameFilter(string) - Filter the results by the specified name
174174 - typeFilter(string) - Filter the results by the specified type, Available values : cloudant, eventstreams
175175 - bindingModeFilter(string) - Filter the results by the specified binding mode, Available values : automatic, manual
176- - boundFilter(boolean) - Filter the results by the bound flag
177-
176+ - boundFilter(boolean) - Filter the results by the bound flag
177+
178178 Throws APIException on failure.
179179 """
180180
@@ -192,9 +192,9 @@ def find(self, nameFilter=None, typeFilter=None, bindingModeFilter=None, boundFi
192192
193193 def create (self , serviceBinding ):
194194 """
195- Create a new external service.
196- The service must include all of the details required to connect
197- and authenticate to the external service in the credentials property.
195+ Create a new external service.
196+ The service must include all of the details required to connect
197+ and authenticate to the external service in the credentials property.
198198 Parameters:
199199 - serviceName (string) - Name of the service
200200 - serviceType (string) - must be either eventstreams or cloudant
0 commit comments