Skip to content

Commit

Permalink
Merge pull request #124 from opencloud-eu/chore/branding-graph-servic…
Browse files Browse the repository at this point in the history
…e-svg

chore: adjust doc links in graph service readme svg file
  • Loading branch information
butonic authored Jan 27, 2025
2 parents aafbeec + a446f2c commit 3f493a1
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions services/graph/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ for a detailed specification of the API implemented by the graph service.

The following image gives an overview of the scenario when a client requests to list available spaces the user has access to. To do so, the client is directed with his request automatically via the proxy service to the graph service.

<img src="https://raw.githubusercontent.com/opencloud-eu/opencloud/master/services/graph/images/mermaid-graph.svg" width="500" />
<img src="https://raw.githubusercontent.com/opencloud-eu/opencloud/main/services/graph/images/mermaid-graph.svg" width="500" />

## Users and Groups API

Expand Down Expand Up @@ -47,7 +47,7 @@ respect to the available schema:
object class for groups.
* The graph service maintains a few additional attributes for users and groups that are not
available in the standard LDAP schema. An schema file, ready to use with OpenLDAP, defining those
additional attributes is available [here](https://github.com/opencloud-eu/opencloud/blob/master/deployments/examples/opencloud_ldap/config/ldap/schemas/10_owncloud_schema.ldif).
additional attributes is available [here](https://github.com/opencloud-eu/opencloud/blob/main/deployments/examples/opencloud_ldap/config/ldap/schemas/10_owncloud_schema.ldif).

## Query Filters Provided by the Graph API

Expand Down
Loading

0 comments on commit 3f493a1

Please sign in to comment.