|
2 | 2 | "endpointErrors": { |
3 | 3 | "async_search.submit": { |
4 | 4 | "request": [ |
5 | | - "Request: query parameter 'keep_alive' does not exist in the json spec", |
6 | 5 | "Request: query parameter 'min_compatible_shard_node' does not exist in the json spec", |
7 | 6 | "interface definition _types:QueryVectorBuilder - Property text_embedding is a single-variant and must be required" |
8 | 7 | ], |
|
57 | 56 | ], |
58 | 57 | "response": [] |
59 | 58 | }, |
60 | | - "cat.help": { |
61 | | - "request": [ |
62 | | - "Request: missing json spec query parameter 'help'", |
63 | | - "Request: missing json spec query parameter 's'" |
64 | | - ], |
65 | | - "response": [] |
66 | | - }, |
67 | 59 | "cat.indices": { |
68 | 60 | "request": [ |
69 | 61 | "request definition cat.indices:Request / body - A request with inherited properties must have a PropertyBody" |
|
139 | 131 | }, |
140 | 132 | "cat.segments": { |
141 | 133 | "request": [ |
142 | | - "Request: query parameter 'local' does not exist in the json spec", |
143 | | - "Request: query parameter 'master_timeout' does not exist in the json spec", |
144 | 134 | "request definition cat.segments:Request / body - A request with inherited properties must have a PropertyBody" |
145 | 135 | ], |
146 | 136 | "response": [] |
|
159 | 149 | }, |
160 | 150 | "cat.tasks": { |
161 | 151 | "request": [ |
162 | | - "Request: query parameter 'timeout' does not exist in the json spec", |
163 | | - "Request: query parameter 'wait_for_completion' does not exist in the json spec", |
164 | 152 | "request definition cat.tasks:Request / body - A request with inherited properties must have a PropertyBody" |
165 | 153 | ], |
166 | 154 | "response": [] |
|
349 | 337 | ], |
350 | 338 | "response": [] |
351 | 339 | }, |
| 340 | + "indices.resolve_cluster": { |
| 341 | + "request": [ |
| 342 | + "Request: different number of urls in the json spec", |
| 343 | + "Request: path parameter 'name' is required in the json spec", |
| 344 | + "Request: query parameter 'timeout' does not exist in the json spec" |
| 345 | + ], |
| 346 | + "response": [] |
| 347 | + }, |
352 | 348 | "indices.rollover": { |
353 | 349 | "request": [ |
354 | 350 | "Request: missing json spec query parameter 'lazy'" |
|
368 | 364 | ], |
369 | 365 | "response": [] |
370 | 366 | }, |
| 367 | + "inference.update": { |
| 368 | + "request": [ |
| 369 | + "/_inference/{inference_id}/_update: different http methods in the json spec", |
| 370 | + "/_inference/{task_type}/{inference_id}/_update: different http methods in the json spec" |
| 371 | + ], |
| 372 | + "response": [] |
| 373 | + }, |
371 | 374 | "ingest.delete_geoip_database": { |
372 | 375 | "request": [ |
373 | 376 | "Request: query parameter 'master_timeout' does not exist in the json spec", |
|
0 commit comments