[DOCS] Fix typos in several REST API specs (#51197)
Changes `effected` to `affected` in several REST API spec files.
This commit is contained in:
parent
0ac03ac5e7
commit
00b0ab2bbe
|
@ -58,7 +58,7 @@
|
||||||
"false",
|
"false",
|
||||||
"wait_for"
|
"wait_for"
|
||||||
],
|
],
|
||||||
"description":"If `true` then refresh the effected shards to make this operation visible to search, if `wait_for` then wait for a refresh to make this operation visible to search, if `false` (the default) then do nothing with refreshes."
|
"description":"If `true` then refresh the affected shards to make this operation visible to search, if `wait_for` then wait for a refresh to make this operation visible to search, if `false` (the default) then do nothing with refreshes."
|
||||||
},
|
},
|
||||||
"routing":{
|
"routing":{
|
||||||
"type":"string",
|
"type":"string",
|
||||||
|
|
|
@ -62,7 +62,7 @@
|
||||||
"false",
|
"false",
|
||||||
"wait_for"
|
"wait_for"
|
||||||
],
|
],
|
||||||
"description":"If `true` then refresh the effected shards to make this operation visible to search, if `wait_for` then wait for a refresh to make this operation visible to search, if `false` (the default) then do nothing with refreshes."
|
"description":"If `true` then refresh the affected shards to make this operation visible to search, if `wait_for` then wait for a refresh to make this operation visible to search, if `false` (the default) then do nothing with refreshes."
|
||||||
},
|
},
|
||||||
"routing":{
|
"routing":{
|
||||||
"type":"string",
|
"type":"string",
|
||||||
|
|
|
@ -18,7 +18,7 @@
|
||||||
"params":{
|
"params":{
|
||||||
"refresh":{
|
"refresh":{
|
||||||
"type":"boolean",
|
"type":"boolean",
|
||||||
"description":"Should the effected indexes be refreshed?"
|
"description":"Should the affected indexes be refreshed?"
|
||||||
},
|
},
|
||||||
"timeout":{
|
"timeout":{
|
||||||
"type":"time",
|
"type":"time",
|
||||||
|
|
|
@ -78,7 +78,7 @@
|
||||||
"false",
|
"false",
|
||||||
"wait_for"
|
"wait_for"
|
||||||
],
|
],
|
||||||
"description":"If `true` then refresh the effected shards to make this operation visible to search, if `wait_for` then wait for a refresh to make this operation visible to search, if `false` (the default) then do nothing with refreshes."
|
"description":"If `true` then refresh the affected shards to make this operation visible to search, if `wait_for` then wait for a refresh to make this operation visible to search, if `false` (the default) then do nothing with refreshes."
|
||||||
},
|
},
|
||||||
"retry_on_conflict":{
|
"retry_on_conflict":{
|
||||||
"type":"number",
|
"type":"number",
|
||||||
|
|
|
@ -177,7 +177,7 @@
|
||||||
},
|
},
|
||||||
"refresh":{
|
"refresh":{
|
||||||
"type":"boolean",
|
"type":"boolean",
|
||||||
"description":"Should the effected indexes be refreshed?"
|
"description":"Should the affected indexes be refreshed?"
|
||||||
},
|
},
|
||||||
"timeout":{
|
"timeout":{
|
||||||
"type":"time",
|
"type":"time",
|
||||||
|
|
Loading…
Reference in New Issue