Merge pull request #1295 from owncloud/curl_example_for_deleting_nonshibpassword

add curl example for deleting non_shib_passwod
This commit is contained in:
Carla Schroder
2015-07-08 08:48:25 -07:00

View File

@@ -220,6 +220,21 @@ Status codes:
* 100 - successful
* 998 - user unknown
Example
.. code-block:: bash
$ curl -X DELETE "https://cloud.example.com/ocs/v1.php/cloud/users/myself@testshib.org/non_shib_password" -u admin:admin
<?xml version="1.0"?>
<ocs>
<meta>
<status>ok</status>
<statuscode>100</statuscode>
<message/>
</meta>
<data/>
</ocs>
Known Limitations
-----------------
@@ -258,4 +273,4 @@ provided by the ownCloud support team.
https://wiki.shibboleth.net/confluence/display/SHIB2/NativeSPApacheConfig
.. _WebDAV and Shibboleth:
https://wiki.shibboleth.net/confluence/display/SHIB2/WebDAV