You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Describe the bug
Clone Team method doesn't have a return result.
To Reproduce
Try the following code in C#.
var body = new Microsoft.Graph.Teams.Item.Clone.ClonePostRequestBody
{
// params
};
var response = await GraphClient.Teams[team.Id].Clone.PostAsync(body);
The Clone method doesn't have a return result as described in the documentation.
Expected behavior
The documentation states: If successful, this method returns a 202 Accepted response code with a Location: header pointing to the operation resource. When the operation is complete, the operation resource tells you the ID of the created team.
Client version
Latest Graph 5 SDK for .NET
The text was updated successfully, but these errors were encountered:
Thanks for the feedback.
We'll close this and track this via microsoftgraph/msgraph-sdk-design#83 and have this added once the implementation specification is ready.
Describe the bug
Clone Team method doesn't have a return result.
To Reproduce
Try the following code in C#.
The Clone method doesn't have a return result as described in the documentation.
Expected behavior
The documentation states: If successful, this method returns a 202 Accepted response code with a Location: header pointing to the operation resource. When the operation is complete, the operation resource tells you the ID of the created team.
Client version
Latest Graph 5 SDK for .NET
The text was updated successfully, but these errors were encountered: