From 4dbdfbe3f98dabc22ea919524b14d9041ab2d4b7 Mon Sep 17 00:00:00 2001 From: Ralf Haferkamp Date: Wed, 23 Feb 2022 09:52:10 +0000 Subject: [PATCH] commit 97022928caa51f388b4e844814bb7f8bb848ccc0 Merge: 917ae0b1 7d34f0a1 Author: Ralf Haferkamp Date: Wed Feb 23 10:49:55 2022 +0100 Merge pull request #3227 from rhafer/graph-user-doc [docs-only] Fix typos in graph user and groups docs --- extensions/graph/groups.md | 12 ++++++------ extensions/graph/users.md | 2 +- grpc_apis/ocis/messages/accounts/v0/grpc.md | 2 +- grpc_apis/ocis/messages/settings/v0/grpc.md | 2 +- grpc_apis/ocis/messages/store/v0/grpc.md | 2 +- grpc_apis/ocis/messages/thumbnails/v0/grpc.md | 2 +- grpc_apis/ocis/services/accounts/v0/grpc.md | 2 +- grpc_apis/ocis/services/settings/v0/grpc.md | 2 +- grpc_apis/ocis/services/store/v0/grpc.md | 2 +- grpc_apis/ocis/services/thumbnails/v0/grpc.md | 2 +- 10 files changed, 15 insertions(+), 15 deletions(-) diff --git a/extensions/graph/groups.md b/extensions/graph/groups.md index 56c92fa19d9..eef9e9f8d80 100644 --- a/extensions/graph/groups.md +++ b/extensions/graph/groups.md @@ -142,12 +142,12 @@ Example: curl -k --request DELETE 'https://localhost:9200/graph/v1.0/groups/7a20f238-8a22-4458-902d-47674c317e5f' -u user:password ``` -When successful the API returns no Response Body and the HTTP status code 204 (No Content) +When successful the API returns no response body and the HTTP status code 204 (No Content) #### `PATCH /groups/{id}` Updating attributes of a single group is supposed to be done with a patch request. This is however currently not fully -implemented for our write-enabled backends. The PATCH request can however to used to add multiple members to a group at once. +implemented for our write-enabled backends. The PATCH request can however be used to add multiple members to a group at once. See below. ### Adding a single member to a group @@ -164,7 +164,7 @@ curl -k --header "Content-Type: application/json" \ ``` -When successful the API returns no Response Body and the HTTP status code 204 (No Content) +When successful the API returns no response body and the HTTP status code 204 (No Content) ### Adding multiple members in a single request @@ -182,11 +182,11 @@ Example: } ``` -When successful the API returns no Response Body and the HTTP status code 204 (No Content) +When successful the API returns no response body and the HTTP status code 204 (No Content) ### Removing a member -#### `DELETE /groups/{groupid}/members/{id}/$ret` +#### `DELETE /groups/{groupid}/members/{id}/$ref` Example @@ -196,4 +196,4 @@ curl -k --request DELETE \ -u user:password ``` -When successful the API returns no Response Body and the HTTP status code 204 (No Content) +When successful the API returns no response body and the HTTP status code 204 (No Content) diff --git a/extensions/graph/users.md b/extensions/graph/users.md index 2a20d23a61b..e7172ea1215 100644 --- a/extensions/graph/users.md +++ b/extensions/graph/users.md @@ -148,7 +148,7 @@ Example: curl -k --request DELETE 'https://localhost:9200/graph/v1.0/users/c067b139-c91c-4e47-8be6-669156a0587b' -u user:password ``` -When successful the API returns no Response Body and the HTTP status code 204 (No Content) +When successful the API returns no response body and the HTTP status code 204 (No Content) #### `PATCH /users/{id}` diff --git a/grpc_apis/ocis/messages/accounts/v0/grpc.md b/grpc_apis/ocis/messages/accounts/v0/grpc.md index 330c9905dda..547c0f884ca 100644 --- a/grpc_apis/ocis/messages/accounts/v0/grpc.md +++ b/grpc_apis/ocis/messages/accounts/v0/grpc.md @@ -1,7 +1,7 @@ --- title: "ocis.messages.accounts.v0" url: /grpc_apis/ocis_messages_accounts_v0 -date: 2022-02-23T08:24:36Z +date: 2022-02-23T09:51:11Z weight: 50 geekdocRepo: https://github.com/owncloud/ocis --- diff --git a/grpc_apis/ocis/messages/settings/v0/grpc.md b/grpc_apis/ocis/messages/settings/v0/grpc.md index 07e520f3ddb..9745d136de2 100644 --- a/grpc_apis/ocis/messages/settings/v0/grpc.md +++ b/grpc_apis/ocis/messages/settings/v0/grpc.md @@ -1,7 +1,7 @@ --- title: "ocis.messages.settings.v0" url: /grpc_apis/ocis_messages_settings_v0 -date: 2022-02-23T08:24:37Z +date: 2022-02-23T09:51:11Z weight: 50 geekdocRepo: https://github.com/owncloud/ocis --- diff --git a/grpc_apis/ocis/messages/store/v0/grpc.md b/grpc_apis/ocis/messages/store/v0/grpc.md index 064fbc3228c..9a6b2bc5b79 100644 --- a/grpc_apis/ocis/messages/store/v0/grpc.md +++ b/grpc_apis/ocis/messages/store/v0/grpc.md @@ -1,7 +1,7 @@ --- title: "ocis.messages.store.v0" url: /grpc_apis/ocis_messages_store_v0 -date: 2022-02-23T08:24:37Z +date: 2022-02-23T09:51:11Z weight: 50 geekdocRepo: https://github.com/owncloud/ocis --- diff --git a/grpc_apis/ocis/messages/thumbnails/v0/grpc.md b/grpc_apis/ocis/messages/thumbnails/v0/grpc.md index 6ab046962ce..403ebf1702b 100644 --- a/grpc_apis/ocis/messages/thumbnails/v0/grpc.md +++ b/grpc_apis/ocis/messages/thumbnails/v0/grpc.md @@ -1,7 +1,7 @@ --- title: "ocis.messages.thumbnails.v0" url: /grpc_apis/ocis_messages_thumbnails_v0 -date: 2022-02-23T08:24:37Z +date: 2022-02-23T09:51:11Z weight: 50 geekdocRepo: https://github.com/owncloud/ocis --- diff --git a/grpc_apis/ocis/services/accounts/v0/grpc.md b/grpc_apis/ocis/services/accounts/v0/grpc.md index 235a3feea07..2ca6f03c563 100644 --- a/grpc_apis/ocis/services/accounts/v0/grpc.md +++ b/grpc_apis/ocis/services/accounts/v0/grpc.md @@ -1,7 +1,7 @@ --- title: "ocis.services.accounts.v0" url: /grpc_apis/ocis_services_accounts_v0 -date: 2022-02-23T08:24:37Z +date: 2022-02-23T09:51:11Z weight: 50 geekdocRepo: https://github.com/owncloud/ocis --- diff --git a/grpc_apis/ocis/services/settings/v0/grpc.md b/grpc_apis/ocis/services/settings/v0/grpc.md index 504d8ac8826..7d63493ce7e 100644 --- a/grpc_apis/ocis/services/settings/v0/grpc.md +++ b/grpc_apis/ocis/services/settings/v0/grpc.md @@ -1,7 +1,7 @@ --- title: "ocis.services.settings.v0" url: /grpc_apis/ocis_services_settings_v0 -date: 2022-02-23T08:24:37Z +date: 2022-02-23T09:51:11Z weight: 50 geekdocRepo: https://github.com/owncloud/ocis --- diff --git a/grpc_apis/ocis/services/store/v0/grpc.md b/grpc_apis/ocis/services/store/v0/grpc.md index e2c82764819..bd0e3c7314e 100644 --- a/grpc_apis/ocis/services/store/v0/grpc.md +++ b/grpc_apis/ocis/services/store/v0/grpc.md @@ -1,7 +1,7 @@ --- title: "ocis.services.store.v0" url: /grpc_apis/ocis_services_store_v0 -date: 2022-02-23T08:24:37Z +date: 2022-02-23T09:51:11Z weight: 50 geekdocRepo: https://github.com/owncloud/ocis --- diff --git a/grpc_apis/ocis/services/thumbnails/v0/grpc.md b/grpc_apis/ocis/services/thumbnails/v0/grpc.md index 5b5abb64c93..400bfb29a9a 100644 --- a/grpc_apis/ocis/services/thumbnails/v0/grpc.md +++ b/grpc_apis/ocis/services/thumbnails/v0/grpc.md @@ -1,7 +1,7 @@ --- title: "ocis.services.thumbnails.v0" url: /grpc_apis/ocis_services_thumbnails_v0 -date: 2022-02-23T08:24:36Z +date: 2022-02-23T09:51:11Z weight: 50 geekdocRepo: https://github.com/owncloud/ocis ---