diff --git a/src/CodeGeneration/ApiGenerator/ApiGenerator.cs b/src/CodeGeneration/ApiGenerator/ApiGenerator.cs index 2ceb6f1ad15..85102887829 100644 --- a/src/CodeGeneration/ApiGenerator/ApiGenerator.cs +++ b/src/CodeGeneration/ApiGenerator/ApiGenerator.cs @@ -29,7 +29,6 @@ public class ApiGenerator // these API's are new and need to be mapped "xpack.ml.delete_forecast.json", "xpack.ml.find_file_structure.json", - "delete_by_query_rethrottle.json", "xpack.ml.update_filter.json", "xpack.security.delete_privileges.json", diff --git a/src/CodeGeneration/ApiGenerator/Program.cs b/src/CodeGeneration/ApiGenerator/Program.cs index 9549c83c711..a05f5b8100a 100644 --- a/src/CodeGeneration/ApiGenerator/Program.cs +++ b/src/CodeGeneration/ApiGenerator/Program.cs @@ -22,7 +22,7 @@ private static void Main(string[] args) if (redownloadCoreSpecification) { - Console.Write("Branch to download specification from (default master): "); + Console.Write($"Branch to download specification from (default {downloadBranch}): "); var readBranch = Console.ReadLine()?.Trim(); if (!string.IsNullOrEmpty(readBranch)) downloadBranch = readBranch; } diff --git a/src/CodeGeneration/ApiGenerator/RestSpecification/Core/root.html b/src/CodeGeneration/ApiGenerator/RestSpecification/Core/root.html index 5731743b1a3..da0bf584e42 100644 --- a/src/CodeGeneration/ApiGenerator/RestSpecification/Core/root.html +++ b/src/CodeGeneration/ApiGenerator/RestSpecification/Core/root.html @@ -8,7 +8,7 @@
- + @@ -18,16 +18,17 @@ - - - - - - + + + + + + + -