File tree Expand file tree Collapse file tree 1 file changed +6
-6
lines changed
elasticsearch-api/spec/elasticsearch/api/actions Expand file tree Collapse file tree 1 file changed +6
-6
lines changed Original file line number Diff line number Diff line change 23
23
[
24
24
'PUT' ,
25
25
'foo/_doc/123' ,
26
- { endpoint : 'create' , op_type : 'create' } ,
26
+ { op_type : 'create' } ,
27
27
{ foo : 'bar' } ,
28
28
{ } ,
29
29
{ defined_params : { id : '123' , index : 'foo' } , endpoint : 'index' }
40
40
[
41
41
'PUT' ,
42
42
'foo/_doc/123' ,
43
- { endpoint : 'create' , op_type : 'create' } ,
43
+ { op_type : 'create' } ,
44
44
{ } ,
45
45
{ }
46
46
]
50
50
[
51
51
'PUT' ,
52
52
'foo/_doc/123' ,
53
- { endpoint : 'create' , op_type : 'create' } ,
53
+ { op_type : 'create' } ,
54
54
{ } ,
55
55
{ } ,
56
56
{ defined_params : { id : '123' , index : 'foo' } , endpoint : 'index' }
68
68
[
69
69
'PUT' ,
70
70
'foo/_doc/1' ,
71
- { endpoint : 'create' , op_type : 'create' } ,
71
+ { op_type : 'create' } ,
72
72
{ foo : 'bar' } ,
73
73
{ }
74
74
]
78
78
[
79
79
'PUT' ,
80
80
'foo/_doc/1' ,
81
- { endpoint : 'create' , op_type : 'create' } ,
81
+ { op_type : 'create' } ,
82
82
{ foo : 'bar' } ,
83
83
{ } ,
84
84
{ defined_params : { id : 1 , index : 'foo' } , endpoint : 'index' }
106
106
[
107
107
'POST' ,
108
108
'foo/_doc' ,
109
- { endpoint : 'create' } ,
109
+ { } ,
110
110
{ foo : 'bar' } ,
111
111
{ } ,
112
112
{ defined_params : { index : 'foo' } , endpoint : 'index' }
You can’t perform that action at this time.
0 commit comments