We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents b39c646 + 04ad07e commit 01362daCopy full SHA for 01362da
src/MsGraph.php
@@ -45,7 +45,7 @@ public function tasks()
45
* Set the base url that all API requests use
46
* @var string
47
*/
48
- protected static $baseUrl = 'https://graph.microsoft.com/beta/';
+ protected static $baseUrl = 'https://graph.microsoft.com/v1.0/';
49
50
/**
51
* __call catches all requests when no found method is requested
0 commit comments