Skip to content

Commit 7848f14

Browse files
Add graph explore API (#6200) (#6201)
Co-authored-by: Steve Gordon <sgordon@hotmail.co.uk>
1 parent 5320779 commit 7848f14

File tree

12 files changed

+1598
-0
lines changed

12 files changed

+1598
-0
lines changed

src/Elastic.Clients.Elasticsearch/_Generated/Api/ApiUrlsLookup.g.cs

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -38,6 +38,7 @@ internal static class ApiUrlsLookups
3838
internal static ApiUrls EqlGet = new ApiUrls(new[] { "/_eql/search/{id}" });
3939
internal static ApiUrls NoNamespaceExists = new ApiUrls(new[] { "/{index}/_doc/{id}" });
4040
internal static ApiUrls NoNamespaceGet = new ApiUrls(new[] { "/{index}/_doc/{id}" });
41+
internal static ApiUrls GraphExplore = new ApiUrls(new[] { "/{index}/_graph/explore" });
4142
internal static ApiUrls IndexManagementDelete = new ApiUrls(new[] { "/{index}" });
4243
internal static ApiUrls IndexManagementExists = new ApiUrls(new[] { "/{index}" });
4344
internal static ApiUrls IndexManagementRefresh = new ApiUrls(new[] { "/_refresh", "/{index}/_refresh" });

0 commit comments

Comments
 (0)