chore: bump libre-graph-api-go

This commit is contained in:
Ralf Haferkamp
2024-09-17 17:32:49 +02:00
committed by Ralf Haferkamp
parent 10a67114f1
commit fa023ab43a
31 changed files with 284 additions and 79 deletions

View File

@@ -294,7 +294,7 @@ func (a *EducationUserApiService) GetEducationUserExecute(r ApiGetEducationUserR
localVarFormParams := url.Values{}
if r.expand != nil {
parameterAddToHeaderOrQuery(localVarQueryParams, "$expand", r.expand, "csv")
parameterAddToHeaderOrQuery(localVarQueryParams, "$expand", r.expand, "form", "csv")
}
// to determine the Content-Type header
localVarHTTPContentTypes := []string{}
@@ -417,10 +417,10 @@ func (a *EducationUserApiService) ListEducationUsersExecute(r ApiListEducationUs
localVarFormParams := url.Values{}
if r.orderby != nil {
parameterAddToHeaderOrQuery(localVarQueryParams, "$orderby", r.orderby, "csv")
parameterAddToHeaderOrQuery(localVarQueryParams, "$orderby", r.orderby, "form", "csv")
}
if r.expand != nil {
parameterAddToHeaderOrQuery(localVarQueryParams, "$expand", r.expand, "csv")
parameterAddToHeaderOrQuery(localVarQueryParams, "$expand", r.expand, "form", "csv")
}
// to determine the Content-Type header
localVarHTTPContentTypes := []string{}