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.
1 parent 7d2b929 commit 8e1dbf7Copy full SHA for 8e1dbf7
src/main/java/com/microsoft/graph/requests/extensions/BaseGraphServiceClient.java
@@ -364,7 +364,7 @@ public class BaseGraphServiceClient extends BaseClient implements IBaseGraphServ
364
/**
365
* The default endpoint for the Microsoft Graph Service
366
*/
367
- public static final String DEFAULT_GRAPH_ENDPOINT = "https://graph.microsoft.com/v1.0";
+ public static final String DEFAULT_GRAPH_ENDPOINT = "https://graph.microsoft.com/beta";
368
369
370
* The current endpoint
0 commit comments