Merge pull request #5719 from owncloud/mmattel-patch-1

[docs-only] Update graph service readme
This commit is contained in:
Martin
2023-03-02 15:23:15 +01:00
committed by GitHub
+1 -1
View File
@@ -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