File tree Expand file tree Collapse file tree 1 file changed +4
-4
lines changed
elasticsearch-api/spec/elasticsearch/api/actions Expand file tree Collapse file tree 1 file changed +4
-4
lines changed Original file line number Diff line number Diff line change 26
26
{ endpoint : 'create' , op_type : 'create' } ,
27
27
{ foo : 'bar' } ,
28
28
{ } ,
29
- { defined_params : { id : '123' , index : 'foo' } , endpoint : 'create ' }
29
+ { defined_params : { id : '123' , index : 'foo' } , endpoint : 'index ' }
30
30
]
31
31
end
32
32
53
53
{ endpoint : 'create' , op_type : 'create' } ,
54
54
{ } ,
55
55
{ } ,
56
- { defined_params : { id : '123' , index : 'foo' } , endpoint : 'create ' }
56
+ { defined_params : { id : '123' , index : 'foo' } , endpoint : 'index ' }
57
57
]
58
58
end
59
59
81
81
{ endpoint : 'create' , op_type : 'create' } ,
82
82
{ foo : 'bar' } ,
83
83
{ } ,
84
- { defined_params : { id : 1 , index : 'foo' } , endpoint : 'create ' }
84
+ { defined_params : { id : 1 , index : 'foo' } , endpoint : 'index ' }
85
85
]
86
86
end
87
87
109
109
{ endpoint : 'create' } ,
110
110
{ foo : 'bar' } ,
111
111
{ } ,
112
- { defined_params : { index : 'foo' } , endpoint : 'create ' }
112
+ { defined_params : { index : 'foo' } , endpoint : 'index ' }
113
113
]
114
114
end
115
115
You can’t perform that action at this time.
0 commit comments