diff --git a/src/ApiGenerator/RestSpecification/_Patches/indices.flush_synced.patch.json b/src/ApiGenerator/RestSpecification/_Patches/indices.flush_synced.patch.json new file mode 100644 index 00000000000..d922ae07808 --- /dev/null +++ b/src/ApiGenerator/RestSpecification/_Patches/indices.flush_synced.patch.json @@ -0,0 +1,20 @@ +{ + "indices.flush_synced": { + "url": { + "path": "/_flush/synced", + "paths": [ "/_flush/synced", "/{index}/_flush/synced" ], + "deprecated_paths": [ + { + "version": "7.6.0", + "path": "/_flush/synced", + "description": "Synced flush is deprecated and will be removed in 8.0. Use flush instead." + }, + { + "version": "7.6.0", + "path": "/{index}/_flush/synced", + "description": "Synced flush is deprecated and will be removed in 8.0. Use flush instead." + } + ] + } + } +} \ No newline at end of file