From 581596bc3a05e811e8caae0ee92943227110406d Mon Sep 17 00:00:00 2001 From: Christian Richter Date: Tue, 7 Jun 2022 16:29:37 +0200 Subject: [PATCH] add changelog Signed-off-by: Christian Richter --- changelog/unreleased/improve-graph.md | 6 ++++++ 1 file changed, 6 insertions(+) create mode 100644 changelog/unreleased/improve-graph.md diff --git a/changelog/unreleased/improve-graph.md b/changelog/unreleased/improve-graph.md new file mode 100644 index 000000000..68ba0f083 --- /dev/null +++ b/changelog/unreleased/improve-graph.md @@ -0,0 +1,6 @@ +Bugfix: Fix graph endpoint + +We have added the memberOf slice to the /users endpoint +and the member slice to the /group endpoint + +https://github.com/owncloud/ocis/issues/3925