mirror of
https://github.com/nextcloud/documentation.git
synced 2026-04-04 14:59:00 +07:00
Merge pull request #1295 from owncloud/curl_example_for_deleting_nonshibpassword
add curl example for deleting non_shib_passwod
This commit is contained in:
@@ -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
|
||||
|
||||
|
||||
|
||||
Reference in New Issue
Block a user