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: rest-api-spec/src/main/resources/rest-api-spec/api/reindex.json
+2-2Lines changed: 2 additions & 2 deletions
Original file line number
Diff line number
Diff line change
@@ -45,9 +45,9 @@
45
45
"default":"5m"
46
46
},
47
47
"slices":{
48
-
"type":"number",
48
+
"type":"number|string",
49
49
"default":1,
50
-
"description":"The number of slices this task should be divided into. Defaults to 1 meaning the task isn't sliced into subtasks."
50
+
"description":"The number of slices this task should be divided into. Defaults to 1, meaning the task isn't sliced into subtasks. Can be set to `auto`."
Copy file name to clipboardExpand all lines: rest-api-spec/src/main/resources/rest-api-spec/api/update_by_query.json
+2-2Lines changed: 2 additions & 2 deletions
Original file line number
Diff line number
Diff line change
@@ -204,9 +204,9 @@
204
204
"description":"The throttle to set on this request in sub-requests per second. -1 means no throttle."
205
205
},
206
206
"slices":{
207
-
"type":"number",
207
+
"type":"number|string",
208
208
"default":1,
209
-
"description":"The number of slices this task should be divided into. Defaults to 1 meaning the task isn't sliced into subtasks."
209
+
"description":"The number of slices this task should be divided into. Defaults to 1, meaning the task isn't sliced into subtasks. Can be set to `auto`."
0 commit comments