Skip to content

209 bulk delete permissions#230

Merged
lmarini merged 8 commits into
developfrom
209-bulk-delete-permissions
Jul 7, 2021
Merged

209 bulk delete permissions#230
lmarini merged 8 commits into
developfrom
209-bulk-delete-permissions

Conversation

@tcnichol
Copy link
Copy Markdown
Contributor

The bulk delete files endpoint is now changed. Instead of returning just 'ok' it now returns a json containig

list of ids deleted
list of ids not found
list of ids no permission to delete
list of ids error deleting.

@tcnichol
Copy link
Copy Markdown
Contributor Author

I'm sending a json now that will list file ids that were deleted, not found, not deleted due to permission or error deleting.

@lmarini lmarini merged commit ccfe3df into develop Jul 7, 2021
@lmarini lmarini deleted the 209-bulk-delete-permissions branch July 7, 2021 21:03
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

Endpoint /api/files/bulkRemove returns success even if some files were not deleted because of permissions

2 participants