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 e6830d8 commit ba2ef67Copy full SHA for ba2ef67
test/Typewriter.Test/TestDataJava/com/microsoft/graph/requests/extensions/BaseGraphServiceClient.java
@@ -32,7 +32,7 @@ public class BaseGraphServiceClient extends BaseClient implements IBaseGraphServ
32
/**
33
* The default endpoint for the Microsoft Graph Service
34
*/
35
- 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";
36
37
38
* The current endpoint
0 commit comments