File tree Expand file tree Collapse file tree 1 file changed +14
-8
lines changed Expand file tree Collapse file tree 1 file changed +14
-8
lines changed Original file line number Diff line number Diff line change @@ -71,12 +71,17 @@ chapters:
71
71
_id : books
72
72
rollup :
73
73
rollup_id : books
74
+ - synopsis : Delete an index rollup job.
75
+ path : /_plugins/_rollup/jobs/{id}
76
+ method : DELETE
77
+ parameters :
78
+ id : books
74
79
- synopsis : Create an index rollup job with target_index_settings.
75
80
version : ' >= 3.0'
76
81
path : /_plugins/_rollup/jobs/{id}
77
82
method : PUT
78
83
parameters :
79
- id : books
84
+ id : books_with_settings
80
85
request :
81
86
payload :
82
87
rollup :
@@ -109,9 +114,9 @@ chapters:
109
114
response :
110
115
status : 201
111
116
payload :
112
- _id : books
117
+ _id : books_with_settings
113
118
rollup :
114
- rollup_id : books
119
+ rollup_id : books_with_settings
115
120
enabled : true
116
121
target_index_settings :
117
122
index :
@@ -123,20 +128,21 @@ chapters:
123
128
path : /_plugins/_rollup/jobs/{id}
124
129
method : GET
125
130
parameters :
126
- id : books
131
+ id : books_with_settings
127
132
response :
128
133
status : 200
129
134
payload :
130
- _id : books
135
+ _id : books_with_settings
131
136
rollup :
132
- rollup_id : books
137
+ rollup_id : books_with_settings
133
138
target_index_settings :
134
139
index :
135
140
number_of_shards : ' 2'
136
141
number_of_replicas : ' 0'
137
142
codec : zlib
138
- - synopsis : Delete an index rollup job.
143
+ - synopsis : Delete an index rollup job with target_index_settings.
144
+ version : ' >= 3.0'
139
145
path : /_plugins/_rollup/jobs/{id}
140
146
method : DELETE
141
147
parameters :
142
- id : books
148
+ id : books_with_settings
You can’t perform that action at this time.
0 commit comments