microsoftgraph / microsoftgraph/msgraph-metadata
Wrong return type for `POST /beta/me/messages/{message_id}/reportMessage`
Nobody has claimed this yet.
- Dominant language
- XSLT
- Stars
- 166
- Forks
- 55
- Avg merge
- 16h 12m
- Merged PRs (30d)
- 14
Description
According to metadata and documentation, the POST /beta/me/messages/{message_id}/reportMessage endpoint should return the message resource, but in fact, it returns the microsoft.graph.reportMessageCommandResult.
Wrong return type is generated for all SDKs which makes the endpoint unusable.
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 and documentation for POST /beta/me/messages/{message_id}/reportMessage and compare its declared return type with the actual microsoft.graph.reportMessageCommandResult. Update the endpoint definition so generated SDKs use the correct response resource, then verify that the generated SDK behavior matches the documented endpoint.
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