enhancement: add sharedWithMe graph beta endpoint (#7633)
This commit is contained in:
+1
-1
@@ -62,7 +62,7 @@ func (a *DrivesRootApiService) GetRootExecute(r ApiGetRootRequest) (*DriveItem,
|
||||
return localVarReturnValue, nil, &GenericOpenAPIError{error: err.Error()}
|
||||
}
|
||||
|
||||
localVarPath := localBasePath + "/drives/{drive-id}/root"
|
||||
localVarPath := localBasePath + "/v1.0/drives/{drive-id}/root"
|
||||
localVarPath = strings.Replace(localVarPath, "{"+"drive-id"+"}", url.PathEscape(parameterValueToString(r.driveId, "driveId")), -1)
|
||||
|
||||
localVarHeaderParams := make(map[string]string)
|
||||
|
||||
Reference in New Issue
Block a user