@@ -339,7 +339,7 @@ def get_scripts_id_with_http_info(self, script_id, **kwargs): # noqa: E501,D401
339
339
def patch_scripts_id (self , script_id , script_update_request , ** kwargs ): # noqa: E501,D401,D403
340
340
"""Update a script.
341
341
342
- Updates properties (`name`, `description`, and `script`) of an invocable script.
342
+ Updates properties (`name`, `description`, and `script`) of an invocable script.
343
343
This method makes a synchronous HTTP request by default. To make an
344
344
asynchronous HTTP request, please pass async_req=True
345
345
>>> thread = api.patch_scripts_id(script_id, script_update_request, async_req=True)
@@ -362,7 +362,7 @@ def patch_scripts_id(self, script_id, script_update_request, **kwargs): # noqa:
362
362
def patch_scripts_id_with_http_info (self , script_id , script_update_request , ** kwargs ): # noqa: E501,D401,D403
363
363
"""Update a script.
364
364
365
- Updates properties (`name`, `description`, and `script`) of an invocable script.
365
+ Updates properties (`name`, `description`, and `script`) of an invocable script.
366
366
This method makes a synchronous HTTP request by default. To make an
367
367
asynchronous HTTP request, please pass async_req=True
368
368
>>> thread = api.patch_scripts_id_with_http_info(script_id, script_update_request, async_req=True)
0 commit comments