From 7034b3ca69ef177bdf90a0d948c40c5d0f48cf1b Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Dani=C3=ABl=20Franke?= Date: Tue, 10 Jan 2023 11:06:52 +0100 Subject: [PATCH] Add changelog entry --- ...ancement-add-configurable-group-members-patch-limit.md | 8 ++++++++ 1 file changed, 8 insertions(+) create mode 100644 changelog/unreleased/enhancement-add-configurable-group-members-patch-limit.md diff --git a/changelog/unreleased/enhancement-add-configurable-group-members-patch-limit.md b/changelog/unreleased/enhancement-add-configurable-group-members-patch-limit.md new file mode 100644 index 0000000000..261fb3757f --- /dev/null +++ b/changelog/unreleased/enhancement-add-configurable-group-members-patch-limit.md @@ -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