microsoftgraph / microsoftgraph/msgraph-metadata
Invalid `post` operation for `/admin/serviceAnnouncement/issues` path
Nobody has claimed this yet.
- Dominant language
- XSLT
- Stars
- 166
- Forks
- 55
- Avg merge
- 16h 12m
- Merged PRs (30d)
- 14
Description
The specification for /admin/serviceAnnouncement/issues endpoint defines Post operation but service issues are read-only, so Post shouldn't be there.
There is only one permission ServiceHealth.Read.All, not ServiceHealth.ReadWrite.All.
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 entry for /admin/serviceAnnouncement/issues and inspect its declared operations and permissions. Done means the invalid POST operation and write permission reference are removed or corrected so the endpoint is represented as read-only with ServiceHealth.Read.All.
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
- 45/100