We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 6ab1015 commit df237a2Copy full SHA for df237a2
docs/getting-started.asciidoc
@@ -61,7 +61,7 @@ This is how you create the `my_index` index:
61
62
[source,net]
63
----
64
-
+var response = await client.Indices.CreateAsync("my_index");
65
66
67
0 commit comments