We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent d5334ad commit c150f35Copy full SHA for c150f35
1 file changed
tests/Microsoft.Graph.DotnetCore.Test/Requests/Functional/GroupTests.cs
@@ -29,8 +29,7 @@ public async Task GroupCreateTeam()
29
};
30
31
// Add a team to the group. Results in a call to the service.
32
- //TODO should be PUT
33
- await graphClient.Groups[groupPage.Value[8].Id].Team.PatchAsync(team);
+ await graphClient.Groups[groupPage.Value[8].Id].Team.PutAsync(team);
34
}
35
catch (ODataError e)
36
{
0 commit comments