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 46ece0c commit 618d04cCopy full SHA for 618d04c
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/beta";
+ public static final String DEFAULT_GRAPH_ENDPOINT = "https://graph.microsoft.com/v1.0";
36
37
38
* The current endpoint
0 commit comments