File tree Expand file tree Collapse file tree 2 files changed +5
-8
lines changed Expand file tree Collapse file tree 2 files changed +5
-8
lines changed Original file line number Diff line number Diff line change 1
1
{
2
- "endpointErrors" : {
3
- "simulate.ingest" : {
4
- "request" : [
5
- " Request: query parameter 'merge_type' does not exist in the json spec"
6
- ],
7
- "response" : []
8
- }
9
- },
2
+ "endpointErrors" : {},
10
3
"generalErrors" : [
11
4
" Dangling type '_global.scripts_painless_execute:PainlessExecutionPosition'" ,
12
5
" Dangling type '_global.scripts_painless_execute:PainlessScript'" ,
Original file line number Diff line number Diff line change 32
32
"pipeline" : {
33
33
"type" : " string" ,
34
34
"description" : " The pipeline id to preprocess incoming documents with if no pipeline is given for a particular document"
35
+ },
36
+ "merge_type" : {
37
+ "type" : " string" ,
38
+ "description" : " The way that mapping_additions ought to be merged into existing mappings"
35
39
}
36
40
},
37
41
"body" : {
You can’t perform that action at this time.
0 commit comments