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 cc30f1d commit 9c94050Copy full SHA for 9c94050
api-reference/beta/includes/snippets/csharp/create-community-from-app-only-e2-csharp-snippets.md
@@ -7,7 +7,9 @@ description: "Automatically generated file. DO NOT MODIFY"
7
// Code snippets are only available for the latest version. Current version is 5.x
8
9
// Dependencies
10
-using Microsoft.Graph.Beta.Models;
+using Microsoft.Graph;
11
+using Microsoft.Graph.Models;
12
+
13
14
var requestBody = new Community
15
{
@@ -29,4 +31,4 @@ var requestBody = new Community
29
31
var result = await graphClient.EmployeeExperience.Communities.PostAsync(requestBody);
30
32
33
-```
34
+```
0 commit comments