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
With the PR owncloud/core#40013 we emit a new field called share_with_user_type which might either be 0 = user or 1 = guest
share_with_user_type
https://doc.owncloud.com/server/next/developer_manual/core/apis/ocs-share-api.html#response-attributes-2
The text was updated successfully, but these errors were encountered:
Note: this new field is only emitted for user shares, not for group shares or other shares (like link shares)
Sorry, something went wrong.
@janackermann @phil-davis mind to file a PR on master? Does this need backporting to 10.9 post merging, or will this be 10.10 only?
Does this need backporting to 10.9 post merging, or will this be 10.10 only?
It is a new feature, so whatever release it comes in should be a minor version, e.g. 10.10.0 and not a patch release like 10.9.2
No branches or pull requests
WHAT Needs to be Documented?
With the PR owncloud/core#40013 we emit a new field called
share_with_user_type
which might either be 0 = user or 1 = guest
WHERE Does This Need To Be Documented (Link)?
https://doc.owncloud.com/server/next/developer_manual/core/apis/ocs-share-api.html#response-attributes-2
WHY Should This Change Be Made?
(Optional) What Type Of Content Change Is This?
(Optional) Which Manual Does This Relate To?
The text was updated successfully, but these errors were encountered: