File tree Expand file tree Collapse file tree 2 files changed +0
-7
lines changed Expand file tree Collapse file tree 2 files changed +0
-7
lines changed Original file line number Diff line number Diff line change @@ -931,7 +931,6 @@ $response = $client->updateByQuery($params);
931
931
----
932
932
/*
933
933
$params['id'] = (string) The script ID (Required)
934
- ['lang'] = (string) The script language (Required)
935
934
['body'] = (array) Request body
936
935
*/
937
936
@@ -953,7 +952,6 @@ $response = $client->getScript($params);
953
952
----
954
953
/*
955
954
$params['id'] = (string) The script ID (Required)
956
- ['lang'] = (string) The script language (Required)
957
955
['body'] = (array) Request body
958
956
*/
959
957
@@ -975,7 +973,6 @@ $response = $client->deleteScript($params);
975
973
----
976
974
/*
977
975
$params['id'] = (string) The script ID (Required)
978
- ['lang'] = (string) The script language (Required)
979
976
['body'] = (array) Request body
980
977
*/
981
978
Original file line number Diff line number Diff line change @@ -1204,7 +1204,6 @@ public function updateByQuery($params = array())
1204
1204
1205
1205
/**
1206
1206
* $params['id'] = (string) The script ID (Required)
1207
- * ['lang'] = (string) The script language (Required)
1208
1207
*
1209
1208
* @param array $params Associative array of parameters
1210
1209
*
@@ -1227,7 +1226,6 @@ public function getScript($params)
1227
1226
1228
1227
/**
1229
1228
* $params['id'] = (string) The script ID (Required)
1230
- * ['lang'] = (string) The script language (Required)
1231
1229
*
1232
1230
* @param array $params Associative array of parameters
1233
1231
*
@@ -1250,7 +1248,6 @@ public function deleteScript($params)
1250
1248
1251
1249
/**
1252
1250
* $params['id'] = (string) The script ID (Required)
1253
- * ['lang'] = (string) The script language (Required)
1254
1251
*
1255
1252
* @param array $params Associative array of parameters
1256
1253
*
@@ -1259,7 +1256,6 @@ public function deleteScript($params)
1259
1256
public function putScript ($ params )
1260
1257
{
1261
1258
$ id = $ this ->extractArgument ($ params , 'id ' );
1262
- $ lang = $ this ->extractArgument ($ params , 'lang ' );
1263
1259
$ body = $ this ->extractArgument ($ params , 'body ' );
1264
1260
1265
1261
/** @var callback $endpointBuilder */
You can’t perform that action at this time.
0 commit comments