Skip to content

Commit

Permalink
Added overrides for the endpoint request bodies.
Browse files Browse the repository at this point in the history
  • Loading branch information
John Dorlus committed Jul 23, 2020
1 parent fcfa111 commit 019b2ca
Show file tree
Hide file tree
Showing 3 changed files with 35 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,9 @@
"mappings": { "__scope_link": "put_mapping" },
"settings": { "__scope_link": "put_settings" },
"version": 0,
"order": 0,
"template": {},
"composed_of": [],
"priority": 0,
"aliases": {
"__template": {
"NAME": {}
Expand Down
Original file line number Diff line number Diff line change
@@ -0,0 +1,16 @@
{
"indices.simulate_index_template": {
"data_autocomplete_rules": {
"index_patterns": [],
"mappings": { "__scope_link": "put_mapping" },
"settings": { "__scope_link": "put_settings" },
"version": 0,
"template": {},
"composed_of": [],
"priority": 0
},
"patterns": [
"_index_template/_simulate/{template}"
]
}
}
Original file line number Diff line number Diff line change
@@ -0,0 +1,16 @@
{
"indices.simulate_template": {
"data_autocomplete_rules": {
"index_patterns": [],
"mappings": { "__scope_link": "put_mapping" },
"settings": { "__scope_link": "put_settings" },
"version": 0,
"template": {},
"composed_of": [],
"priority": 0
},
"patterns": [
"_index_template/_simulate/{template}"
]
}
}

0 comments on commit 019b2ca

Please sign in to comment.