Skip to content

Commit

Permalink
Fix ordering
Browse files Browse the repository at this point in the history
Signed-off-by: Thomas Farr <[email protected]>
  • Loading branch information
Xtansia committed Nov 13, 2023
1 parent 99c0c28 commit 76efb3f
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions src/OpenSearch.Client/_Generated/ApiUrlsLookup.cs
Original file line number Diff line number Diff line change
Expand Up @@ -63,9 +63,6 @@ internal static partial class ApiUrlsLookups
new(new[] { "_cluster/voting_config_exclusions" });

internal static readonly ApiUrls ClusterPutSettings = new(new[] { "_cluster/settings" });

internal static readonly ApiUrls NoNamespaceCreatePit =
new(new[] { "{index}/_search/point_in_time" });

internal static readonly ApiUrls ClusterRemoteInfo = new(new[] { "_remote/info" });

Expand All @@ -84,6 +81,9 @@ internal static partial class ApiUrlsLookups
internal static readonly ApiUrls ClusterStats =
new(new[] { "_cluster/stats", "_cluster/stats/nodes/{node_id}" });

internal static readonly ApiUrls NoNamespaceCreatePit =
new(new[] { "{index}/_search/point_in_time" });

internal static readonly ApiUrls DanglingIndicesDeleteDanglingIndex =
new(new[] { "_dangling/{index_uuid}" });

Expand Down

0 comments on commit 76efb3f

Please sign in to comment.