We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
test.txt
curl -u 'admin:admin' -X POST https://localhost/index.php/apps/files/api/v1/files/test.txt \ -H 'Content-Type: application/json' \ -d '{ "tags": [ "_$!<Favorite>!$_" ] }'
curl -u 'admin:admin' -X PROPPATCH https://localhost/remote.php/dav/files/admin/test.txt \ -H 'Content-Type: application/xml' \ -d '<?xml version="1.0" ?> <d:propertyupdate xmlns:d="DAV:" xmlns:oc="http://owncloud.org/ns"> <d:set> <d:prop> <oc:favorite>1</oc:favorite> </d:prop> </d:set> </d:propertyupdate> '
To unset it; make it <oc:favorite>0</oc:favorite> /cc @PVince81 as PROPPATCH advocate
<oc:favorite>0</oc:favorite>
PROPPATCH
The text was updated successfully, but these errors were encountered:
Oh... I didn't realize we still had the old thing :-/
Sorry, something went wrong.
No branches or pull requests
Setting
test.txt
as favorite:Current WebUI's Implementation:
Proposal:
To unset it; make it
<oc:favorite>0</oc:favorite>
/cc @PVince81 asPROPPATCH
advocateThe text was updated successfully, but these errors were encountered: