You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
# Creates a new task using the v1 endpoint, please use `createTask` instead.
263
263
264
+
# THIS OPERATION IS DEPRECATED
264
265
# @param task_create [TaskCreateV1] Request body for creating a task. (required)
265
266
# @param request_options: The request options to send along with the query, they will be merged with the transporter base parameters (headers, query params, timeouts, etc.). (optional)
# Deletes a task by its ID using the v1 endpoint, please use `deleteTask` instead.
712
713
714
+
# THIS OPERATION IS DEPRECATED
713
715
# @param task_id [String] Unique identifier of a task. (required)
714
716
# @param request_options: The request options to send along with the query, they will be merged with the transporter base parameters (headers, query params, timeouts, etc.). (optional)
# @param task_id [String] Unique identifier of a task. (required)
849
852
# @param request_options: The request options to send along with the query, they will be merged with the transporter base parameters (headers, query params, timeouts, etc.). (optional)
# @param task_id [String] Unique identifier of a task. (required)
945
949
# @param request_options: The request options to send along with the query, they will be merged with the transporter base parameters (headers, query params, timeouts, etc.). (optional)
# @param task_id [String] Unique identifier of a task. (required)
1296
1301
# @param request_options: The request options to send along with the query, they will be merged with the transporter base parameters (headers, query params, timeouts, etc.). (optional)
1297
1302
# @return [Http::Response] the response
@@ -1972,6 +1977,7 @@ def list_tasks(
1972
1977
# - addObject
1973
1978
# - deleteIndex
1974
1979
# - editSettings
1980
+
# THIS OPERATION IS DEPRECATED
1975
1981
# @param items_per_page [Integer] Number of items per page. (default to 10)
1976
1982
# @param page [Integer] Page number of the paginated API response.
1977
1983
# @param action [Array<ActionType>] Actions for filtering the list of tasks.
# @param task_id [String] Unique identifier of a task. (required)
2299
2306
# @param request_options: The request options to send along with the query, they will be merged with the transporter base parameters (headers, query params, timeouts, etc.). (optional)
# @param request_options: The request options to send along with the query, they will be merged with the transporter base parameters (headers, query params, timeouts, etc.). (optional)
# Updates a task by its ID using the v1 endpoint, please use `updateTask` instead.
3016
3024
3025
+
# THIS OPERATION IS DEPRECATED
3017
3026
# @param task_id [String] Unique identifier of a task. (required)
3018
3027
# @param task_update [TaskUpdateV1] (required)
3019
3028
# @param request_options: The request options to send along with the query, they will be merged with the transporter base parameters (headers, query params, timeouts, etc.). (optional)
# @param request_options: The request options to send along with the query, they will be merged with the transporter base parameters (headers, query params, timeouts, etc.). (optional)
# @param request_options: The request options to send along with the query, they will be merged with the transporter base parameters (headers, query params, timeouts, etc.). (optional)
# @param request_options: The request options to send along with the query, they will be merged with the transporter base parameters (headers, query params, timeouts, etc.). (optional)
# @param user_id [String] Unique identifier of the user who makes the search request. (required)
1714
1718
# @param request_options: The request options to send along with the query, they will be merged with the transporter base parameters (headers, query params, timeouts, etc.). (optional)
# @param get_clusters [Boolean] Whether to include the cluster's pending mapping state in the response.
1758
1763
# @param request_options: The request options to send along with the query, they will be merged with the transporter base parameters (headers, query params, timeouts, etc.). (optional)
# @param request_options: The request options to send along with the query, they will be merged with the transporter base parameters (headers, query params, timeouts, etc.). (optional)
# @param page [Integer] Requested page of the API response. If `null`, the API response is not paginated.
1918
1925
# @param hits_per_page [Integer] Number of hits per page. (default to 100)
1919
1926
# @param request_options: The request options to send along with the query, they will be merged with the transporter base parameters (headers, query params, timeouts, etc.). (optional)
@@ -2129,6 +2136,7 @@ def partial_update_object(
2129
2136
#
2130
2137
# Required API Key ACLs:
2131
2138
# - admin
2139
+
# THIS OPERATION IS DEPRECATED
2132
2140
# @param user_id [String] Unique identifier of the user who makes the search request. (required)
2133
2141
# @param request_options: The request options to send along with the query, they will be merged with the transporter base parameters (headers, query params, timeouts, etc.). (optional)
# @param request_options: The request options to send along with the query, they will be merged with the transporter base parameters (headers, query params, timeouts, etc.). (optional)
0 commit comments