Skip to content

Commit dec3948

Browse files
JohnnyMarnellnik9000
authored andcommitted
Reindex: Fix error in delete-by-query rest spec (#29318)
1 parent a2f7564 commit dec3948

File tree

2 files changed

+4
-4
lines changed

2 files changed

+4
-4
lines changed

rest-api-spec/src/main/resources/rest-api-spec/api/delete_by_query.json

+3-3
Original file line numberDiff line numberDiff line change
@@ -53,7 +53,7 @@
5353
"type" : "enum",
5454
"options": ["abort", "proceed"],
5555
"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?"
5757
},
5858
"expand_wildcards": {
5959
"type" : "enum",
@@ -142,12 +142,12 @@
142142
"scroll_size": {
143143
"type": "number",
144144
"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"
146146
},
147147
"wait_for_completion": {
148148
"type" : "boolean",
149149
"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."
151151
},
152152
"requests_per_second": {
153153
"type": "number",

rest-api-spec/src/main/resources/rest-api-spec/api/update_by_query.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -150,7 +150,7 @@
150150
"scroll_size": {
151151
"type": "number",
152152
"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"
154154
},
155155
"wait_for_completion": {
156156
"type" : "boolean",

0 commit comments

Comments
 (0)