Skip to content

Commit e6e3ce0

Browse files
authored
Add require_alias to reindex rest-api-spec (#130813) (#131326)
1 parent 3a25f03 commit e6e3ce0

File tree

1 file changed

+5
-0
lines changed
  • rest-api-spec/src/main/resources/rest-api-spec/api

1 file changed

+5
-0
lines changed

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

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -57,6 +57,11 @@
5757
"max_docs":{
5858
"type":"number",
5959
"description":"Maximum number of documents to process (default: all documents)"
60+
},
61+
"require_alias":{
62+
"type":"boolean",
63+
"default":false,
64+
"description":"When true, requires destination to be an alias."
6065
}
6166
},
6267
"body":{

0 commit comments

Comments
 (0)