From 8cfa536f130558b98a540d652de206581d46bfb8 Mon Sep 17 00:00:00 2001 From: Martin Machacek Date: Wed, 17 Dec 2025 08:22:01 +0100 Subject: [PATCH] Fixes beta references --- api-reference/v1.0/api/bundle-list.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/api-reference/v1.0/api/bundle-list.md b/api-reference/v1.0/api/bundle-list.md index 3c4bcf38b35..53cc1b85fc8 100644 --- a/api-reference/v1.0/api/bundle-list.md +++ b/api-reference/v1.0/api/bundle-list.md @@ -67,7 +67,7 @@ The following example shows a request. ```msgraph-interactive -GET https://graph.microsoft.com/beta/drive/bundles +GET https://graph.microsoft.com/v1.0/drive/bundles ``` # [C#](#tab/csharp)