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
Copy file name to clipboardExpand all lines: lib/algolia/api/ingestion_client.rb
+13-2Lines changed: 13 additions & 2 deletions
Original file line number
Diff line number
Diff line change
@@ -2086,13 +2086,15 @@ def list_tasks_v1(
2086
2086
# @param page [Integer] Page number of the paginated API response.
2087
2087
# @param sort [TransformationSortKeys] Property by which to sort the list of transformations. (default to 'createdAt')
2088
2088
# @param order [OrderKeys] Sort order of the response, ascending or descending. (default to 'desc')
2089
+
# @param type [TransformationType] Whether to filter the list of transformations by the type of transformation.
2089
2090
# @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] Page number of the paginated API response.
2129
2132
# @param sort [TransformationSortKeys] Property by which to sort the list of transformations. (default to 'createdAt')
2130
2133
# @param order [OrderKeys] Sort order of the response, ascending or descending. (default to 'desc')
2134
+
# @param type [TransformationType] Whether to filter the list of transformations by the type of transformation.
2131
2135
# @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