msgraph-metadata
msgraph-metadata copied to clipboard
Missing paths for `deviceAppManagement/mobileApps/{appId}/categories/`
- A path to add category references - https://graph.microsoft.com/beta/deviceAppManagement/mobileApps/{appId}/categories/$ref
- A path to add a category via the
mobileApps
- POST https://graph.microsoft.com/beta/deviceAppManagement/mobileApps/{appId}/categories - A path to delete a category via the
mobileApps
- DELETE https://graph.microsoft.com/beta/deviceAppManagement/mobileApps/{appId}/categories/{category-Id}
Originally posted by @andrueastman in https://github.com/microsoftgraph/msgraph-beta-sdk-dotnet/issues/699#issuecomment-1822200985