microsoftgraph / microsoftgraph/msgraph-metadata
Missing paths for `deviceAppManagement/mobileApps/{appId}/categories/`
Open
Nobody has claimed this yet.
metadata-issue
priority:p2
ToTriage
- Dominant language
- XSLT
- Stars
- 166
- Forks
- 55
- Avg merge
- 16h 12m
- Merged PRs (30d)
- 14
Description
- 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
Contributor guide
No contributing guide indexed for this repository
First steps
- Read the whole issue, then the project's contributing guide.
- Comment on the issue to say you are picking it up — it saves two people doing the same work.
- Fork the repository and make your change on a branch.
- Open a pull request that references the issue number.
Research direction
Start by locating the metadata definition for deviceAppManagement/mobileApps/{appId}/categories and compare it with the three endpoint forms listed in the issue. Done means the metadata captures category references, category creation, and category deletion so client library code generation can expose all three paths.
Written by the indexing model from the issue text.
Assessment
- Domain
- api
- Issue type
- Bug
- Difficulty
- 3/5
- Estimated time
- 1-2 days
- Activity status
- Stale
- Clarity
- Mostly clear
- Newbie friendliness
- 35/100