getting all spaces using beta graph endpoint

This commit is contained in:
Viktor Scharf
2025-04-30 12:25:55 +02:00
parent 7bb95d057a
commit da3a893634

View File

@@ -1069,7 +1069,7 @@ class GraphHelper {
array $body = [],
array $headers = []
): ResponseInterface {
$url = self::getFullUrl($baseUrl, 'drives/' . $urlArguments);
$url = self::getBetaFullUrl($baseUrl, 'drives/' . $urlArguments);
return HttpRequestHelper::get($url, $xRequestId, $user, $password, $headers, $body);
}