mirror of
https://github.com/dani-garcia/vaultwarden.git
synced 2026-02-05 00:29:40 +03:00
DELETE host.com/api/ciphers/<uuid>/admin 404 #77
Reference in New Issue
Block a user
Delete Branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
Originally created by @krohrsb on GitHub (Aug 29, 2018).
Hello!
I am getting a 404 when deleting an item from an organization vault.
I see other deletes for ciphers implemented, just not for
/adminthough I do see/adminforgetandpost.https://github.com/dani-garcia/bitwarden_rs/blob/master/src/api/core/ciphers.rs#L518
@mprasil commented on GitHub (Aug 29, 2018):
This should be easy to fix. As a quick workaround, you can delete the item from you Vault instead of organization Vault directly.
@Baelyk commented on GitHub (Aug 29, 2018):
@mprasil do you mind if try to solve this?
@mprasil commented on GitHub (Aug 29, 2018):
@Baelyk I'm about to commit the changes, apologies 😕
@Baelyk commented on GitHub (Aug 29, 2018):
@mprasil Ah, its fine 👍
@mprasil commented on GitHub (Aug 29, 2018):
I didn't want to have this bug around unnecessary long @Baelyk, this is why I didn't mark it as good first issue. (I did this while Vault 2 was still in beta)
If you're interested in small contributions, maybe you could help a bit with #6? Even if you want to improve one save() function, it would be very welcome and I'm available to help you.