mirror of
https://github.com/owncloud/ocis
synced 2026-05-01 12:07:27 +02:00
chore: bump libre-graph-api-go
This commit is contained in:
committed by
Ralf Haferkamp
parent
10a67114f1
commit
fa023ab43a
6
vendor/github.com/owncloud/libre-graph-api-go/api_education_user.go
generated
vendored
6
vendor/github.com/owncloud/libre-graph-api-go/api_education_user.go
generated
vendored
@@ -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{}
|
||||
|
||||
Reference in New Issue
Block a user