Skip to content

Commit dcc709a

Browse files
committed
feat(Discovery): size parameter in create_environment is no longer deprecated
1 parent 75673fe commit dcc709a

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
@@ -117,7 +117,7 @@ def create_environment(self, name, description=None, size=None, **kwargs):
117117
118118
:param str name: Name that identifies the environment.
119119
:param str description: Description of the environment.
120-
:param int size: **Deprecated**: Size of the environment.
120+
:param str size: Size of the environment.
121121
:param dict headers: A `dict` containing the request headers
122122
:return: A `dict` containing the `Environment` response.
123123
:rtype: dict

0 commit comments

Comments
 (0)