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.
According to metadata and documentation, the
POST /beta/me/messages/{message_id}/reportMessageendpoint should return themessageresource, but in fact, it returns themicrosoft.graph.reportMessageCommandResult.Wrong return type is generated for all SDKs which makes the endpoint unusable.