You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
@@ -31,12 +47,12 @@ public function __construct($pathParametersOrRawUrl, RequestAdapter $requestAdap
31
47
}
32
48
33
49
/**
34
-
* Delete navigation property errors for education
35
-
* @param EducationSynchronizationErrorItemRequestBuilderDeleteRequestConfiguration|null $requestConfiguration Configuration for the request such as headers, query parameters, and middleware options.
50
+
* Delete navigation property exchange for admin
51
+
* @param ExchangeRequestBuilderDeleteRequestConfiguration|null $requestConfiguration Configuration for the request such as headers, query parameters, and middleware options.
@@ -45,40 +61,40 @@ public function delete(?EducationSynchronizationErrorItemRequestBuilderDeleteReq
45
61
}
46
62
47
63
/**
48
-
* Get errors from education
49
-
* @param EducationSynchronizationErrorItemRequestBuilderGetRequestConfiguration|null $requestConfiguration Configuration for the request such as headers, query parameters, and middleware options.
* A container for the Exchange admin functionality. Read-only.
65
+
* @param ExchangeRequestBuilderGetRequestConfiguration|null $requestConfiguration Configuration for the request such as headers, query parameters, and middleware options.
* Update the navigation property errors in education
63
-
* @param EducationSynchronizationError $body The request body
64
-
* @param EducationSynchronizationErrorItemRequestBuilderPatchRequestConfiguration|null $requestConfiguration Configuration for the request such as headers, query parameters, and middleware options.
* Update the navigation property exchange in admin
79
+
* @param ExchangeAdmin $body The request body
80
+
* @param ExchangeRequestBuilderPatchRequestConfiguration|null $requestConfiguration Configuration for the request such as headers, query parameters, and middleware options.
* @param EducationSynchronizationErrorItemRequestBuilderDeleteRequestConfiguration|null $requestConfiguration Configuration for the request such as headers, query parameters, and middleware options.
93
+
* Delete navigation property exchange for admin
94
+
* @param ExchangeRequestBuilderDeleteRequestConfiguration|null $requestConfiguration Configuration for the request such as headers, query parameters, and middleware options.
@@ -92,11 +108,11 @@ public function toDeleteRequestInformation(?EducationSynchronizationErrorItemReq
92
108
}
93
109
94
110
/**
95
-
* Get errors from education
96
-
* @param EducationSynchronizationErrorItemRequestBuilderGetRequestConfiguration|null $requestConfiguration Configuration for the request such as headers, query parameters, and middleware options.
111
+
* A container for the Exchange admin functionality. Read-only.
112
+
* @param ExchangeRequestBuilderGetRequestConfiguration|null $requestConfiguration Configuration for the request such as headers, query parameters, and middleware options.
@@ -113,12 +129,12 @@ public function toGetRequestInformation(?EducationSynchronizationErrorItemReques
113
129
}
114
130
115
131
/**
116
-
* Update the navigation property errors in education
117
-
* @param EducationSynchronizationError $body The request body
118
-
* @param EducationSynchronizationErrorItemRequestBuilderPatchRequestConfiguration|null $requestConfiguration Configuration for the request such as headers, query parameters, and middleware options.
132
+
* Update the navigation property exchange in admin
133
+
* @param ExchangeAdmin $body The request body
134
+
* @param ExchangeRequestBuilderPatchRequestConfiguration|null $requestConfiguration Configuration for the request such as headers, query parameters, and middleware options.
0 commit comments