You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I just encountered this issue as well with the Send mail documentation. Spent 30mins or so Googling and using ChatGPT with no luck until I stumbled across the issue here.
I really appreciate all the work that goes into maintaining this documentation and would be happy to submit a PR to help resolve this if I could determine where to submit this.
Context: https://github.com/microsoftgraph/microsoft-graph-docs-contrib/issues/9123
In the snippets the user reported, we see this line:
This is invalid. The correct import statement is:
This seems to be widespread across all Python snippets that use a special-purpose request body. For example, Send mail has:
But the correct line is:
This is with msgraph-sdk 1.1.0
The text was updated successfully, but these errors were encountered: