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
the invite endpoint of the GraphAPI is returning a permission, but what happens when multiple recipients are given ? Shouldn't the endpoint return an array of permissions? https://owncloud.dev/libre-graph-api/#/drives.permissions/Invite
The text was updated successfully, but these errors were encountered:
Fix response type for POST '/v1beta1/drives/{drive-id}/items/{item-id…
dbaf7ce
…}/invite' We need to return a collection of permissions Fixes: owncloud#138
rhafer
Successfully merging a pull request may close this issue.
the invite endpoint of the GraphAPI is returning a permission, but what happens when multiple recipients are given ?
Shouldn't the endpoint return an array of permissions?
https://owncloud.dev/libre-graph-api/#/drives.permissions/Invite
The text was updated successfully, but these errors were encountered: