From 3cc3875a8024c8ec03a42c6608d535e55eae9d98 Mon Sep 17 00:00:00 2001 From: dnutan Date: Sat, 24 Sep 2016 21:54:25 +0200 Subject: [PATCH] minor corrections NOTE: **groups / getgroup** section: HTTP method and provided example don't match. Which of them is correct (GET)? (lines: 555, 564) --- admin_manual/configuration_user/user_provisioning_api.rst | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/admin_manual/configuration_user/user_provisioning_api.rst b/admin_manual/configuration_user/user_provisioning_api.rst index e008c6460..c678b768a 100644 --- a/admin_manual/configuration_user/user_provisioning_api.rst +++ b/admin_manual/configuration_user/user_provisioning_api.rst @@ -160,11 +160,11 @@ Status codes: Examples ^^^^^^^^ - * PUT ``PUT http://admin:secret@example.com/ocs/v1.php/cloud/users/Frank -d + * PUT ``http://admin:secret@example.com/ocs/v1.php/cloud/users/Frank -d key="email" -d value="franksnewemail@example.org"`` * Updates the email address for the user ``Frank`` - * PUT ``PUT http://admin:secret@example.com/ocs/v1.php/cloud/users/Frank -d + * PUT ``http://admin:secret@example.com/ocs/v1.php/cloud/users/Frank -d key="quota" -d value="100MB"`` * Updates the quota for the user ``Frank`` @@ -306,7 +306,7 @@ sending a Basic HTTP Authorization header. **Syntax: ocs/v1.php/cloud/users/{userid}/groups** * HTTP method: DELETE -* POST argument: groupid, string - the group to remove the user from +* DELETE argument: groupid, string - the group to remove the user from Status codes: