-
Notifications
You must be signed in to change notification settings - Fork 189
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
Showing
1 changed file
with
8 additions
and
0 deletions.
There are no files selected for viewing
8 changes: 8 additions & 0 deletions
8
changelog/unreleased/enhancement-add-configurable-group-members-patch-limit.md
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -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 |