diff --git a/api-reference/v1.0/api/virtualappointment-getvirtualappointmentjoinweburl.md b/api-reference/v1.0/api/virtualappointment-getvirtualappointmentjoinweburl.md index 60e093b555c..36c80ef730f 100644 --- a/api-reference/v1.0/api/virtualappointment-getvirtualappointmentjoinweburl.md +++ b/api-reference/v1.0/api/virtualappointment-getvirtualappointmentjoinweburl.md @@ -111,7 +111,7 @@ HTTP/1.1 200 OK Content-Type: application/json { - "@odata.context": "https://graph.microsoft.com/beta/$metadata#Edm.String", + "@odata.context": "https://graph.microsoft.com/v1.0/$metadata#Edm.String", "value": "https://visit.teams.microsoft.com/webrtc-svc/api/route?tid=a796be92-&convId=19:meeting_=True" } ``` diff --git a/api-reference/v1.0/api/virtualevent-setexternaleventinformation.md b/api-reference/v1.0/api/virtualevent-setexternaleventinformation.md index f4a546d0be6..4783b7aa053 100644 --- a/api-reference/v1.0/api/virtualevent-setexternaleventinformation.md +++ b/api-reference/v1.0/api/virtualevent-setexternaleventinformation.md @@ -81,7 +81,7 @@ The following example shows a request. } --> ```http -POST https://graph.microsoft.com/beta/solutions/virtualEvents/townhalls/a57082a9-7629-4f74-8da0-8d621aab4d2d@4aa05bcc-1cac-4a83-a9ae-0db84b88f4ba/setExternalEventInformation +POST https://graph.microsoft.com/v1.0/solutions/virtualEvents/townhalls/a57082a9-7629-4f74-8da0-8d621aab4d2d@4aa05bcc-1cac-4a83-a9ae-0db84b88f4ba/setExternalEventInformation Content-Type: application/json { @@ -124,7 +124,7 @@ The following example shows a request. } --> ```http -POST https://graph.microsoft.com/beta/solutions/virtualEvents/webinars/a57082a9-7629-4f74-8da0-8d621aab4d2d@4aa05bcc-1cac-4a83-a9ae-0db84b88f4ba/setExternalEventInformation +POST https://graph.microsoft.com/v1.0/solutions/virtualEvents/webinars/a57082a9-7629-4f74-8da0-8d621aab4d2d@4aa05bcc-1cac-4a83-a9ae-0db84b88f4ba/setExternalEventInformation Content-Type: application/json { diff --git a/api-reference/v1.0/api/virtualeventsroot-list-townhalls.md b/api-reference/v1.0/api/virtualeventsroot-list-townhalls.md index 2f73afce3be..d55a0075732 100644 --- a/api-reference/v1.0/api/virtualeventsroot-list-townhalls.md +++ b/api-reference/v1.0/api/virtualeventsroot-list-townhalls.md @@ -63,7 +63,7 @@ If successful, this method returns a `200 OK` response code and a collection of The following example shows a request. ```http -GET https://graph.microsoft.com/beta/solutions/virtualEvents/townhalls +GET https://graph.microsoft.com/v1.0/solutions/virtualEvents/townhalls ``` ### Response diff --git a/api-reference/v1.0/api/virtualeventtownhall-getbyuseridandrole.md b/api-reference/v1.0/api/virtualeventtownhall-getbyuseridandrole.md index 26a3a5d8063..97bec9695e6 100644 --- a/api-reference/v1.0/api/virtualeventtownhall-getbyuseridandrole.md +++ b/api-reference/v1.0/api/virtualeventtownhall-getbyuseridandrole.md @@ -71,7 +71,7 @@ The following example shows a request. } --> ```msgraph-interactive -GET https://graph.microsoft.com/beta/solutions/virtualEvents/townhalls/getByUserIdAndRole(userId='b7ef013a-c73c-4ec7-8ccb-e56290f45f68', role='organizer') +GET https://graph.microsoft.com/v1.0/solutions/virtualEvents/townhalls/getByUserIdAndRole(userId='b7ef013a-c73c-4ec7-8ccb-e56290f45f68', role='organizer') ``` # [C#](#tab/csharp) diff --git a/api-reference/v1.0/api/virtualeventtownhall-getbyuserrole.md b/api-reference/v1.0/api/virtualeventtownhall-getbyuserrole.md index ac451dbee6c..2961d90cabd 100644 --- a/api-reference/v1.0/api/virtualeventtownhall-getbyuserrole.md +++ b/api-reference/v1.0/api/virtualeventtownhall-getbyuserrole.md @@ -68,7 +68,7 @@ The following example shows a request. } --> ```msgraph-interactive -GET https://graph.microsoft.com/beta/solutions/virtualEvents/townhalls/getByUserRole(role='organizer') +GET https://graph.microsoft.com/v1.0/solutions/virtualEvents/townhalls/getByUserRole(role='organizer') ``` # [C#](#tab/csharp)