msgraph-metadata icon indicating copy to clipboard operation
msgraph-metadata copied to clipboard

Missing paths for `deviceAppManagement/mobileApps/{appId}/categories/`

Open andrueastman opened this issue 1 year ago • 5 comments

  1. A path to add category references - https://graph.microsoft.com/beta/deviceAppManagement/mobileApps/{appId}/categories/$ref
  2. A path to add a category via the mobileApps - POST https://graph.microsoft.com/beta/deviceAppManagement/mobileApps/{appId}/categories
  3. 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

andrueastman avatar Nov 22 '23 10:11 andrueastman