Add changelog entry

This commit is contained in:
Daniël Franke
2023-01-10 11:06:52 +01:00
committed by Ralf Haferkamp
parent 43a98c0485
commit 7034b3ca69

View File

@@ -0,0 +1,8 @@
Enhancement: Make the group members addition limit configurable
It's now possible to configure the limit of group members addition by PATCHing `/graph/v1.0/groups/{groupID}`.
It still defaults to 20 as defined in the spec but it can be configured via `.graph.api.group_members_patch_limit`
in `ocis.yaml` or via the `GRAPH_GROUP_MEMBERS_PATCH_LIMIT` environment variable.
https://github.com/owncloud/ocis/pull/5357
https://github.com/owncloud/ocis/issues/5262