Skip to content

Commit bff824a

Browse files
committed
1 parent d250825 commit bff824a

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

watson_developer_cloud/discovery_v1.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -222,7 +222,7 @@ def create_collection(self,
222222
environment_id)
223223
return self.request(method='POST',
224224
url=url_string,
225-
data=data_dict,
225+
json=data_dict,
226226
params={'version': self.version},
227227
accept_json=True)
228228

0 commit comments

Comments
 (0)