mirror of
https://github.com/owncloud/ocis
synced 2026-04-25 17:25:21 +02:00
graph:Add stubs for education/classes endpoints (#5360)
* Renamed files for consistency reasons err_school.go implements the full education interface not just schools. ldap_school.go renamed to ldap_education_school.go for making it consistent with ldap_education_user.go * graph: Add stubs for education/classes endpoints The acutal backend implementations are still empty.
This commit is contained in:
@@ -127,7 +127,7 @@ func (g Graph) PatchGroup(w http.ResponseWriter, r *http.Request) {
|
||||
logger.Debug().
|
||||
Int("number", len(memberRefs)).
|
||||
Int("limit", g.config.API.GroupMembersPatchLimit).
|
||||
Msg("could not create group, exceeded members limit")
|
||||
Msg("could not add group members, exceeded members limit")
|
||||
errorcode.InvalidRequest.Render(w, r, http.StatusBadRequest,
|
||||
fmt.Sprintf("Request is limited to %d members", g.config.API.GroupMembersPatchLimit))
|
||||
return
|
||||
|
||||
Reference in New Issue
Block a user