mirror of
https://github.com/nextcloud/documentation.git
synced 2026-01-03 02:09:45 +07:00
minor corrections
NOTE: **groups / getgroup** section: HTTP method and provided example don't match. Which of them is correct (GET)? (lines: 555, 564)
This commit is contained in:
@@ -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:
|
||||
|
||||
|
||||
Reference in New Issue
Block a user