File tree 2 files changed +4
-4
lines changed
rest-api-spec/src/main/resources/rest-api-spec/api
2 files changed +4
-4
lines changed Original file line number Diff line number Diff line change 53
53
"type" : " enum" ,
54
54
"options" : [" abort" , " proceed" ],
55
55
"default" : " abort" ,
56
- "description" : " What to do when the delete-by- query hits version conflicts?"
56
+ "description" : " What to do when the delete by query hits version conflicts?"
57
57
},
58
58
"expand_wildcards" : {
59
59
"type" : " enum" ,
142
142
"scroll_size" : {
143
143
"type" : " number" ,
144
144
"defaut_value" : 100 ,
145
- "description" : " Size on the scroll request powering the update_by_query "
145
+ "description" : " Size on the scroll request powering the delete by query "
146
146
},
147
147
"wait_for_completion" : {
148
148
"type" : " boolean" ,
149
149
"default" : true ,
150
- "description" : " Should the request should block until the delete-by- query is complete."
150
+ "description" : " Should the request should block until the delete by query is complete."
151
151
},
152
152
"requests_per_second" : {
153
153
"type" : " number" ,
Original file line number Diff line number Diff line change 150
150
"scroll_size" : {
151
151
"type" : " number" ,
152
152
"defaut_value" : 100 ,
153
- "description" : " Size on the scroll request powering the update_by_query "
153
+ "description" : " Size on the scroll request powering the update by query "
154
154
},
155
155
"wait_for_completion" : {
156
156
"type" : " boolean" ,
You can’t perform that action at this time.
0 commit comments