Skip to content

Commit 70a8191

Browse files
committed
Add placeholder email in sample
1 parent 131f4c0 commit 70a8191

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

samples/samples.py

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@
66

77
from msgraphcore import GraphSession
88

9-
browser_credential = InteractiveBrowserCredential(client_id='YOUR_CLIENT_ID')
9+
browser_credential = InteractiveBrowserCredential(client_id='ENTER_YOUR_CLIENT_ID')
1010
auth_provider = TokenCredentialAuthProvider(browser_credential)
1111
graph_session = GraphSession(auth_provider)
1212

@@ -22,7 +22,7 @@ def post_sample():
2222
'toRecipients': [
2323
{
2424
'emailAddress': {
25-
'address': '[email protected]'
25+
'address': 'ENTER_RECEPIENT_EMAIL_ADDRESS'
2626
}
2727
}
2828
]}

0 commit comments

Comments
 (0)