Merge pull request #5235 from nextcloud/backport/5228/stable18

[stable18] Use GET instead of POST User Provisioning API
This commit is contained in:
Morris Jobke 2020-10-10 15:11:58 +02:00 committed by GitHub
commit 5c2e60ea0d
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -103,7 +103,7 @@ Example
^^^^^^^
::
$ curl -X POST http://admin:secret@example.com/ocs/v1.php/cloud/groups/admin
$ curl -X GET http://admin:secret@example.com/ocs/v1.php/cloud/groups/admin
* Returns a list of users in the ``admin`` group