From ae0588a564b3ba4c93e086dfd12e33f667a7227b Mon Sep 17 00:00:00 2001 From: Martin Date: Thu, 2 Mar 2023 14:26:00 +0100 Subject: [PATCH] Update graph service readme References: #5694 Adding support to use `or` when filtering. --- services/graph/README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/services/graph/README.md b/services/graph/README.md index 98fd6a221e..d910c85e43 100644 --- a/services/graph/README.md +++ b/services/graph/README.md @@ -4,7 +4,7 @@ The graph service provides the Graph API which is a RESTful web API used to acce ## Manual Filters -Using the API, you can manually filter like for users. See the [Libre Graph API](https://owncloud.dev/libre-graph-api/#/users/ListUsers) for examples in the [developer documentation](https://owncloud.dev). Note that you can use `and` to refine results. +Using the API, you can manually filter like for users. See the [Libre Graph API](https://owncloud.dev/libre-graph-api/#/users/ListUsers) for examples in the [developer documentation](https://owncloud.dev). Note that you can use `and` and `or` to refine results. ## Sequence Diagram