microsoft-graph-docs
microsoft-graph-docs copied to clipboard
Documentation for the Microsoft Graph REST API
The change log is contained in another PR https://github.com/microsoftgraph/microsoft-graph-docs/pull/21051
Documenting soft limit of 2049 external groups for a user. If the limit is exceeded it causes poor query performance. A max limit of 10000 group membership is now added...
Adding contentCustomization property for CIAM
Documentation for planner task completion requirements
`.Request()` has been deprecated as per "_Removal of Request() from the fluent API_" for C# https://github.com/microsoftgraph/msgraph-sdk-dotnet/blob/dev/docs/upgrade-to-v5.md The example appears to be out of date. --- #### Document Details ⚠ *Do...
The trustFrameworkKeySet resource type (https://learn.microsoft.com/en-us/graph/api/resources/trustframeworkkeyset?view=graph-rest-beta ) supports uploading secrets and certificates, but no way to remove them again. Updating the entire keyset with json body: ``` { "keys": [ {...